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

[cssom] Can't tell if a StyleSheet has loaded #667

Open
dbaron opened this issue Oct 31, 2016 · 0 comments
Open

[cssom] Can't tell if a StyleSheet has loaded #667

dbaron opened this issue Oct 31, 2016 · 0 comments
Labels
cssom-1 Current Work

Comments

@dbaron
Copy link
Member

dbaron commented Oct 31, 2016

The definition of StyleSheet (or maybe it belongs in CSSStyleSheet, but I suspect not) doesn't provide a mechanism to tell if the sheet is loaded. You can get a load event when it loads, but you can't tell whether that event has already happened, via, e.g., a readyState or complete property.

This issue came from:
https://twitter.com/cramforce/status/792588294940790784
https://twitter.com/BrendanEich/status/792791949673504768
https://twitter.com/cramforce/status/792793340802584576

@dbaron dbaron added the cssom-1 Current Work label Oct 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cssom-1 Current Work
Projects
None yet
Development

No branches or pull requests

1 participant