quickjs
quickjs copied to clipboard
`fetch` functionality
Is there a fetch functionality in quickjs the way in javascript happens
fetch(url).then(successCallback).error(errorCallback)
@saghul
fetch is not implemented.
Any suggestions/workaround to implement fetch. That would really help me to work in that direction
You can probably look at integrating something like https://github.com/rsenn/qjs-net
Thanks. Also is there any clue on this one? https://github.com/bellard/quickjs/issues/357 @saghul