ekibun / flutter_qjs

A quickjs engine for flutter.
https://pub.dev/packages/flutter_qjs
MIT License
144 stars 26 forks source link

how to do http request in flutter_qjs #38

Open Jackiu1997 opened 1 year ago

Jackiu1997 commented 1 year ago

I use XMLHttpRequest and fetch, they all response not defined error.

mabDc commented 1 year ago

I use XMLHttpRequest and fetch, they all response not defined error.

bind function in dart code but not js code. see following

https://github.com/ekibun/flutter_qjs/blob/32aac42c194bd9631fb44e0582e6fde1778807d0/README.md?plain=1#L140-L160