-
Notifications
You must be signed in to change notification settings - Fork 541
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
feat: add cloudflare module worker support #681
Conversation
Prerequisite: #677 |
+1 on this, small note for the docs that service worker syntax also supports service bindings, it's just DO and D1 (since it's basically a DO) that are limited to module workers. |
Thanks for the heads up, that's been corrected. |
β Live Preview ready!
|
Codecov Report
@@ Coverage Diff @@
## main #681 +/- ##
==========================================
+ Coverage 67.77% 67.81% +0.04%
==========================================
Files 63 64 +1
Lines 6370 6403 +33
Branches 713 713
==========================================
+ Hits 4317 4342 +25
- Misses 2039 2047 +8
Partials 14 14
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Thanks for the PR and sorry this took long. I have pushed few improvements to add tests and make it more consistent with |
π Linked issue
#91
β Type of change
π Description
Adds initial support for Cloudflare Module Workers as discussed here.
π Checklist