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
Message of ErrorEvent: Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://cdn.jsdelivr.net/npm/cron-parser@4.6.0/lib/parser.min.js' failed to load."
I can run successfully with the remoteDependencies example. I'm not sure whether it's problem of useWorker or cron-parser bundling.
The text was updated successfully, but these errors were encountered:
I want to use cron-parser in my worker but useWorker can't load it, even with the example code like this:
Message of ErrorEvent:
Uncaught NetworkError: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'https://cdn.jsdelivr.net/npm/cron-parser@4.6.0/lib/parser.min.js' failed to load."
I can run successfully with the remoteDependencies example. I'm not sure whether it's problem of useWorker or cron-parser bundling.
The text was updated successfully, but these errors were encountered: