Andreu Botella

Results 99 comments of Andreu Botella

Closing in favour of denoland/deno_core#101.

Hi. We're trying to bring this PR back to life and get it landed as part of the WinterCG effort. It seems like the semantics are clear and agreed upon,...

I've filed implementation bugs for all browsers: - Chromium: https://crbug.com/1409512 - Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1812511 - WebKit: https://bugs.webkit.org/show_bug.cgi?id=251194 I've also submitted implementations for Chromium and Firefox, and I'm currently working on one...

> With the case of the `keys()` iterator here, would the intention of this PR be to make it so that `set-cookie` could appear multiple times? Or should the `keys()`...

> I do think there's a risk of breaking existing code that may be relying on the iterator producing a unique set of keys. Deno's current implementation of `headers.keys()` will...

I have fixed this PR's merge conflicts, and rewritten and moved the `Headers` implementation note to be about header lists. PTAL.

It seems like so far the set of APIs chosen to be included inside shadow realms has been limited to interfaces (rather than to methods or properties defined in the...

With these changes, `deno bench` is now hanging forever after the benchmarks are run. This seems to be because the code that drives the benchmarks waits on a mpsc receiver...

#16286 changed the module map, that was in a slot in the isolate backed by the `IsolateAnnex`, to use a raw V8 slot in the isolate. But this PR changes...

While starting to look into writing tests for this, I realized that in this PR I'm using a single `ModuleLoader` instance for all of an isolate's realms. There module maps...