-
Notifications
You must be signed in to change notification settings - Fork 5
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
Worker on deno deploy #171
Comments
Same thing for me I cannot hash user passwords server side for now |
Gonna look for this synchronous version by then |
Deno namespace is available in workers by default see https://deno.com/blog/v1.22 But we still have
However Deno tell us about worker in their blog
|
@hapaxlife I think the source of the confusion is that Deno Deploy does not support all of the APIs that Deno supports. I also ran into this and it took me a while to understand until I found the relevant documentation page. This Deploy Docs API Reference page states:
The Worker API is not listed, so it's not supported. I created an issue to improve the docs in that regard. |
Closed as fixed? Or because OP doesn't need it any more? Assuming workers still aren't supported, I think there should be an open tracking issue for this (unless it's wontfix forever) |
We get
when using a Worker
The following code is not working on Deno Deploy but working with Deno
The text was updated successfully, but these errors were encountered: