Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on deno deploy #53

Closed
divyam234 opened this issue Oct 7, 2023 · 1 comment
Closed

Not working on deno deploy #53

divyam234 opened this issue Oct 7, 2023 · 1 comment

Comments

@divyam234
Copy link

divyam234 commented Oct 7, 2023

ReferenceError: Worker is not defined
    at Object.nb (https://cdn.jsdelivr.net/npm/wasm-vips/lib/vips-es6.js:102:450)
    at Object.Fc (https://cdn.jsdelivr.net/npm/wasm-vips/lib/vips-es6.js:99:127)
    at Object.init (https://cdn.jsdelivr.net/npm/wasm-vips/lib/vips-es6.js:99:58)
    at https://cdn.jsdelivr.net/npm/wasm-vips/lib/vips-es6.js:348:221
    at file:///src/main.ts:11:20
@kleisauke
Copy link
Owner

It appears that Deno Deploy doesn't support the Web Workers API, see:
https://workers.js.org/#browser-apis

Given that wasm-vips requires this functionality to be available, I'll close this as "won't fix" for now. Please subscribe to denoland/deploy_feedback#171 for updates related to this.

@kleisauke kleisauke closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants