Andries Hiemstra
Andries Hiemstra
once #65 is done * [ ] remove async from test_ignore.txt * [ ] add EventLoop (or simplified version) to test262-runner
step by step check of rules as outlined in https://promisesaplus.com/
needs impl in vm/promise.rs in resolve_single_tracked_resolution method
As discussed here: https://github.com/Starlight-JS/starlight/pull/65#issuecomment-872387245 > for persistent roots i use a HashMap based on a generated ID, at first i thought i'd just use the inner ptr of JsObejct as...
when using the current code i often get a stack overflow at first i thought it was a problem with my async/promise code but when creating a new fork and...
When trying to use a dynamic import ```javascript let module_var_promise = import("my_module.mjs").then((my_module) => { return my_module.someVar; }); ``` I get an error ```SyntaxError: 'import', and 'export' cannot be used outside...
When deserializing from json the schemas from a param also get added to the extensions object of a param, resulting in faulty json being outputted when serializing again (schema attribute...
This behaviour was added for issue https://github.com/actix/actix-web/issues/1947 and in PR https://github.com/actix/actix-web/pull/2451 or https://github.com/actix/actix-web/pull/2090 but i believe the claims about it being mandatory in the original issue are a misconception. so...
refactor from EsssesLib-q todo: * [ ] rebuild to use SQLx / deadpool * [ ] native methods instead of closures
HTML Dom
make html parsing and mutation available via html dom module docs: https://hirofa.github.io/GreenCopperRuntime/green_copper_runtime/modules/htmldom/index.html todo * [x] NodeList * [x] next/previousElementSibling * [x] innerHTML * [x] className * [x] querySelector(all) * [x]...