Andreu Botella
Andreu Botella
Huh, for some reason I didn't see the extension when I looked yesterday. OpenVSX has a way to include highly-requested extensions in the VSCode marketplace, and this extension [was apparently...
Now that the spec PR is about to land, this PR should be reopened.
Hey, aside from web-platform-tests/wpt#31442, I also opened web-platform-tests/wpt#38437 with some extra tests to address some of the review feedback from the Webkit implementation. Note that the "Set-Cookie is a forbidden...
For the record, this implementation is correct according to the spec as it is now. The only changes in the spec text since were editorial. There is one failing test...
> one issue i currently havent handled yet is what to do in case the `finally` callback is a promise. The call in the flushPromise fulfilled case should be easier,...
> Are there any blockers for this? Rebasing and a thorough review from @piscisaureus I guess. But I haven't looked at this PR in over a year, and scopes are...
Rebased. Since this PR is one of the blockers for denoland/deno#12067, which is lately gaining prominence due to Deno KV, it would be good to put some more work into...
I last rebased this PR two months ago. The single merge conflict is trivial, and after resolving it, the tests pass. Is _that_ too old, really? The issue this PR...
The import assertions proposal was renamed to import attributes and became stage 3 again in March 2023. This change, however, came with the `assert` keyword being changed to `with`, with...
The WPT tests require `window` to be in the global, so if it's removed from Deno, it would have to be re-added either in the WPT bundle, or in `bootstrapMainRuntime`...