summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/generics.js
Commit message (Collapse)AuthorAgeFilesLines
* Dukky: Support console logging betterDaniel Silverstone2019-08-011-1/+1
| | | | | | | Add a polyfill for Array.from(), and fix the console formatter so that it won't keep exploding. This should improve matters in the tests. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Generics: Add consoleFormatterDaniel Silverstone2019-05-051-0/+76
| | | | | | | | In order to support the console logging formatting specification as per https://console.spec.whatwg.org/#logger we need to implement the Formatter(...) algorithm which is easier done within JavaScript Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Support nodelist indexingDaniel Silverstone2019-05-041-0/+30
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>