You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to have this library available directly within the browser.
Has this been considered already? Are there any methods that can't be replicated in the browser?
Based on a quick skim I would imagine that replacing request and require with corresponding fetch calls might be sufficient. (Other option would be to rollup all require calls for the courier inclusions in one chunk)
The text was updated successfully, but these errors were encountered:
I dug deeper and there are a couple of couriers that are being crawled with cheerio which probably can't be replicated in the browser because of likely CORS issues.
It would be useful to have this library available directly within the browser.
Has this been considered already? Are there any methods that can't be replicated in the browser?
Based on a quick skim I would imagine that replacing
request
andrequire
with correspondingfetch
calls might be sufficient. (Other option would be to rollup allrequire
calls for the courier inclusions in one chunk)The text was updated successfully, but these errors were encountered: