Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprequestFullScreen in a cross-origin frame panics #26210
Open
Labels
Comments
|
Actually this may not be about cross-origin frames; the panic comes from GlobalScope::current(), which expects a script settings object on the stack that isn't present. It's a method that's being called from a task, not from a JS script, so the assumption about how to obtain the global object is being violated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I observed this in https://aframe.io/examples/showcase/a-painter/ pressing the button in the bottom right corner of the demo.