Skip to content
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

xhr: impossible to open relative URL #186

Open
krichprollsch opened this issue Feb 28, 2024 · 1 comment
Open

xhr: impossible to open relative URL #186

krichprollsch opened this issue Feb 28, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@krichprollsch
Copy link
Member

const req = new XMLHttpRequest();                                       
req.open('GET', 'index.html');
SyntaxError: TODO message
@krichprollsch krichprollsch added the bug Something isn't working label Feb 28, 2024
@krichprollsch krichprollsch self-assigned this Feb 28, 2024
@krichprollsch
Copy link
Member Author

This issue is blocked by lightpanda-io/zig-js-runtime#202 b/c we need to access to the base URL from document (or somewhere similar).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant