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 upHide SharedArrayBuffer #26874
Closed
Hide SharedArrayBuffer #26874
Labels
Projects
Comments
|
Having this enabled but not transferable prevents the Hubs room from showing up due to https://github.com/servo/hubs/blob/7e9a9c0d9343704d6e37aafd0311cc501e6775e9/src/systems/physics-system.js#L94-L121. |
bors-servo
added a commit
that referenced
this issue
Jun 11, 2020
bors-servo
added a commit
that referenced
this issue
Jun 15, 2020
bors-servo
added a commit
that referenced
this issue
Jun 16, 2020
bors-servo
added a commit
that referenced
this issue
Jun 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we expose the SharedArrayBuffer interface through SpiderMonkey, but we have no code that supports passing it to DOM APIs or transferring it between threads. We should probably hide it instead or exposing something that isn't actually useful.