Skip to content
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

navigator.scheduling or window.scheduling? #30

Closed
foolip opened this issue Jun 24, 2020 · 2 comments · Fixed by #31
Closed

navigator.scheduling or window.scheduling? #30

foolip opened this issue Jun 24, 2020 · 2 comments · Fixed by #31

Comments

@foolip
Copy link
Member

foolip commented Jun 24, 2020

The spec has an example with navigator.scheduling, but the IDL defines window.scheduling:
https://wicg.github.io/is-input-pending/#examples-of-usage
https://wicg.github.io/is-input-pending/#extensions-to-the-window-interface

The Chromium implementation adds navigator.scheduling, so probably that's the intention in the spec too?

acomminos added a commit to acomminos/should-yield that referenced this issue Jun 25, 2020
Changes the IDL to extend the Navigator interface, rather than the
Window interface (putting the spec in line with the examples, WG
discussions, and Blink implementation).

Fixes WICG#30.
@acomminos
Copy link
Contributor

Yes, that's correct! I've gone ahead and posted #31 to resolve this, thanks for the pointer.

@foolip
Copy link
Member Author

foolip commented Jul 1, 2020

Thanks @acomminos!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants