-
Notifications
You must be signed in to change notification settings - Fork 119
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
Added initial dat support #1333
Conversation
Make XMLHttpRequest accessors enumerable
Add document.URL
WebGL 2 null checks
Add WebGL 2 getInternalformatParameter method
Add WebGL 2 texStorage3D method
Add WebGL2 getProgramParameter arguments support
Globalize performance object in web workers as well
Bugfix file streaming
Support <script type="module">
Default HTMLIFrameElement child window hiddenness to d 3
Sync contextless 2d iframes
Add GLFW movementX/movementY tracking
I spent weeks arguing for decentralization in the context of webXR, and modulesio said it was dumb and highly unlikely. Yet here we are. +1, hope this gets merged. |
Thanks for bootstrapping this experimentation @RangerMauve! |
@shawwn please review https://github.com/exokitxr/exokit/blob/master/CODE_OF_CONDUCT.md. The Exokit Github repo is not the place for taking up personal issues with contributors. |
These comments are not related to Mauve’s pull request. Can we take this to another channel? |
Sorry @RangerMauve, this one got accidentally closed with a force-push. Did you want to re-open it? 🙏 |
Yeah! Re-opening would be nice. I can't do it myself though. Otherwise I can open a new PR once I've made more progress. 😁 |
Supports loading URLs from the
dat://
protocol.You can test it out with
://
after the protocolTODO:
Closes #1213