-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demix NavigatorConcurrentHardware #9079
Conversation
1c5b836
to
cd5f7bf
Compare
This is simply splitting the entry without changes. I checked the data against mdn-bcd-collector results and didn't find any differences for Worker. For WorkerNavigator there was a proposed change, but it doesn't look legit, I filed foolip/mdn-bcd-collector#960. |
@Elchi3 changes like this will require a lot of fixes on MDN. I'd like to not volunteer for that, but is it useful for me to send PRs like this one? |
I'm trying to burn through all mixins on BCD and on MDN. Any help is useful :) |
Before this is merged I want to note that The thing is that even though these interfaces are real, web developers just use |
Or rather I should say I could see us changing this later to use the same mechanism for representing global scope exposure as for interfaces and global methods, assuming a single method for that emerges after |
hm, I see. Can we file a separate issue that discusses options for the whole Window/Worker problem with mixins? We can wait to merge this PR until we have had that discussion if you like. |
Co-authored-by: Florian Scholz <fs@florianscholz.com>
ee2dcdf
to
59d9567
Compare
I've rebased this now but I don't like it. It's a similar issue to demixing |
Thanks Philip! I propose we sort out all other mixins first and then look at everything that touches the window and worker problematic. |
This was done in #11413 |
Part of #8929