-
Notifications
You must be signed in to change notification settings - Fork 466
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
Cloudflare workers FinalizationRegistry not defined #532
Comments
repo is here: https://github.com/philholden/automerge-cloudflare-test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like Cloudflare workers do not support FinalizationRegistry so cannot use AutoMerge there.
Total Upload: 2446.27 KiB / gzip: 914.51 KiB
✘ [ERROR] A request to the Cloudflare API (/workers/scripts/wrangler-init) failed.
Uncaught ReferenceError: FinalizationRegistry is not defined
at index.js:1479:29
[code: 10021]
cloudflare/workers-sdk#2258
Are there any alternatives to FinalizationRegistry.
The text was updated successfully, but these errors were encountered: