quickjs icon indicating copy to clipboard operation
quickjs copied to clipboard

`fetch` functionality

Open nv08 opened this issue 1 year ago • 4 comments

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

@saghul

nv08 avatar Nov 05 '24 15:11 nv08

fetch is not implemented.

saghul avatar Nov 05 '24 15:11 saghul

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

nv08 avatar Nov 05 '24 16:11 nv08

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

saghul avatar Nov 05 '24 17:11 saghul

Thanks. Also is there any clue on this one? https://github.com/bellard/quickjs/issues/357 @saghul

nv08 avatar Nov 06 '24 14:11 nv08