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
Reduced test case can be found at https://webgpu-inspector-with-string-fetch.glitch.me/
Basically I'm doing:
const response = await fetch("./static/test.txt"); console.log(await response.text());
and instead of resolving relative to the url of the current page, it resolves relative to the script that called fetch.
The text was updated successfully, but these errors were encountered:
I pushed a fix for this to git. I'll still continue to test this, and improve the Worker patching, as I get some more free time.
Sorry, something went wrong.
No branches or pull requests
Reduced test case can be found at https://webgpu-inspector-with-string-fetch.glitch.me/
Basically I'm doing:
and instead of resolving relative to the url of the current page, it resolves relative to the script that called fetch.
The text was updated successfully, but these errors were encountered: