-
Notifications
You must be signed in to change notification settings - Fork 23
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
package(cloudflare_workers): Missing headers #15
Comments
Should be fixed via c75720b on |
@Ehesp Could you re-open this. Just tried testing bit more and it seems to be only working in |
That's odd, the difference there is its running in miniflare vs workers. Not sure what the difference is there... Any errors? |
Console output A hanging Promise was canceled. This happens when the worker runtime is waiting for a Promise from JavaScript to resolve, but has detected that the Promise cannot possibly ever resolve because all code and events related to the Promise's I/O context have already finished.
✘ [ERROR] Uncaught (in response) Error: The script will never generate a response. |
Oh, yeah @Mravuri96 this won't work. When there's no |
Custom headers are not being passed through the exposed fetch function.
dart_edge/packages/cloudflare_workers/lib/public/top.dart
Line 38 in 052fc4f
Code sample
The text was updated successfully, but these errors were encountered: