CCXT will not import inside Web Worker
See original GitHub issue- OS: Mac OS Big Sur
- Programming Language version: JavaScript Vanilla in Browser
- CCXT version: 1.81
CCXT will not import inside Web Worker
// main.js
var w = new Worker( 'worker' , { type:'module'} )
// web_worker.js
import { * as ccxt } from './ccxt.browser.js';
silent fail to load
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Web Worker not working when importing module, even while ...
The worker is supposed to read an image and do various things. The app was created using create-react-app . Currently I have. webpack.config.js...
Read more >jooby: do more! more easily!!
The mount operator only import routes. Services, callbacks, etc… are not imported. Main application is responsible for assembly all the resources and services ......
Read more >20.0: Dashboards are here! - CXT Software
Workaround: Save passwords into the Internet User Profile. Subscription based reports fail to export and generate an email when certain field types like ......
Read more >Glasgow Haskell Compiler 8.8.2 User's Guide
GHC currently does not support this variety of Just nodes (nor for any other datatype). ... For example, to bring Int# into scope...
Read more >Development Guide JBoss Enterprise Application Platform 6.2
Using this POM file, you can easily import the quickstart into JBoss Developer Studio. If you have not done so, Section 2.3.2, “Configure...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@psytron we are working on adding esm support to ccxt - see #12619, we plan to complete it later this month
Since the migration of ccxt.pro into ccxt, the new browser versions (1.93.100 and higher) won’t work in a webworker context anymore.