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

fetch functionality #364

Open
nv08 opened this issue Nov 5, 2024 · 4 comments
Open

fetch functionality #364

nv08 opened this issue Nov 5, 2024 · 4 comments

Comments

@nv08
Copy link

nv08 commented Nov 5, 2024

Is there a fetch functionality in quickjs the way in javascript happens
fetch(url).then(successCallback).error(errorCallback)

@saghul

@saghul
Copy link
Contributor

saghul commented Nov 5, 2024

fetch is not implemented.

@nv08
Copy link
Author

nv08 commented Nov 5, 2024

Any suggestions/workaround to implement fetch. That would really help me to work in that direction

@saghul
Copy link
Contributor

saghul commented Nov 5, 2024

You can probably look at integrating something like https://github.com/rsenn/qjs-net

@nv08
Copy link
Author

nv08 commented Nov 6, 2024

Thanks.
Also is there any clue on this one?
#357
@saghul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants