We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is to follow up from our discussions on Discord and to keep stuff in one place.
It'd be nice to be able to load resources in Exokit from different protocols, such as dat://.
Currently there's no single place that resources are loaded that would handle this use case. With that in mind, here's what needs to be done:
fetch
dat://
This might also be useful for the exokit:// protocol handler stuff that's already in there.
exokit://
The text was updated successfully, but these errors were encountered:
Currently working on the window-xhr changes. :)
Hopefully I'll be able to put in like 4-8 hours a week on this.
Sorry, something went wrong.
window-xhr has been updated to be based on fetch.
For intercepts, we can make use of bogo-fetch
So the next step is to start putting this stuff together in exokit. 😁
Woot, check out the initial PR. :D
Successfully merging a pull request may close this issue.
This is to follow up from our discussions on Discord and to keep stuff in one place.
It'd be nice to be able to load resources in Exokit from different protocols, such as dat://.
Currently there's no single place that resources are loaded that would handle this use case. With that in mind, here's what needs to be done:
fetch
at the top level of exokit frames, and the one used for synchronous script loading to make use of the dat-enhanced fetch. Use node-dat-archive to start.dat://
URLsThis might also be useful for the
exokit://
protocol handler stuff that's already in there.The text was updated successfully, but these errors were encountered: