We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ReadableStream
fetch can receive Request object as the first parameter.
Request
Its body property can be ReadableStream: https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Using_readable_streams
body
patch should detect the ReadableStream and patch it to inject the token response here: https://github.com/help-me-mom/cf-workers-turnstile-injection/blob/main/libs/%40cf-workers/turnstile-injection/src/frontend/index.ts#L107
patch
The text was updated successfully, but these errors were encountered:
satanTime
No branches or pull requests
fetch can receive
Request
object as the first parameter.Its
body
property can beReadableStream
: https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Using_readable_streamspatch
should detect theReadableStream
and patch it to inject the token response here: https://github.com/help-me-mom/cf-workers-turnstile-injection/blob/main/libs/%40cf-workers/turnstile-injection/src/frontend/index.ts#L107The text was updated successfully, but these errors were encountered: