StarlingMonkey icon indicating copy to clipboard operation
StarlingMonkey copied to clipboard

The StarlingMonkey JS runtime

Results 64 StarlingMonkey issues
Sort by recently updated
recently updated
newest added

I believe the plan is to implement a Node.js-compatible resolver in StarlingMonkey, and if we are going to do this we should ensure the path handling logic is robust. Refactoring...

I'm running into a panic in StarlingMonkey when I run ComponentizeJS. It looks like `timeOrigin` is not being initialized. I'm not sure if this is the correct fix, but it...

I have two questions: Question one: What is the relationship between this and spidermonkey? What is the structure of this project that I see mainly in the test section consisting...

https://dom.spec.whatwg.org/#event https://dom.spec.whatwg.org/#eventtarget

enhancement

https://w3c.github.io/FileAPI/#dfn-file Should probably come after #121

enhancement

https://dom.spec.whatwg.org/#abortcontroller https://dom.spec.whatwg.org/#abortsignal

enhancement
help wanted

When reporting errors that have a `"cause"` property (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause), we should not just print the error itself but also nicely print the cause of the error. For example with code...

When the guest content sets the `Host` header, it fails with the following error ```bash Error: Failed to clone headers ``` This is because' Host' is a forbidden header in...

Since the JS source code string remains in Wasm memory, there's no reason we can't improve error reporting to include a proper source code output frame. This would be a...