Andrew Sutherland
Andrew Sutherland
To the motivating use-case, at least in Firefox, content scripts operate in their own distinct global[1] which could be provided with its own `Worker` constructor which need not be subject...
@wanderview's use cases sound reasonable for the web platform. I think the main question is whether the unique lifetime of ServiceWorkers means that we should consider options like: - Specializing...
The actions proposed make sense. Apologies since I'm probably the source of the mismatch between selection of tests and the phrasing in https://github.com/web-platform-tests/interop/issues/855 since in general I was conflating all...
Re: @fergald > We're fine with queuing but it would be https://github.com/whatwg/html/issues/7253#issuecomment-1159096891 limits on queue size. Leaving that implementation dependent is an option. @asutherland how do you feel about that?...
This definitely seems reasonable given the new serialization support. Thank you! Offtopic-ish Aside: It might also be nice to consider improving the ergonomics around [unhandledrejection](https://html.spec.whatwg.org/multipage/indices.html#event-unhandledrejection) so that they also could...
I haven't seen mention of the IANA registry at https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml explicitly referenced by the URL spec at https://url.spec.whatwg.org/#url-scheme-string. Is there a reason not to stick to a safelist and defer...
For extra context, this PR is being proposed to help make sqlite-vec build in Firefox on Solaris as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1962061. I am reviewing the changes in Firefox and was...
> I think the policy we end up using in Safari is roughly reuse a tab with the same URL. There's a number of corner cases to imagine where such...