- npm install
- npm run deploy
- open worker url in browser
index.js
nodejs-client-test.mjs
is for testing worker code
please change your own worker url in the code
Ideally, worker should return multiple chunks of data to client, but it only return one chunk of data.
please open worker url first and run this code under worker url to avoid CORS issue
chrome-console.js
is for testing worker code in chrome console
please change your own worker url in the code
Ideally, worker should return multiple chunks of data to client, but it only return one chunk of data.