You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea here is that the response can be returned/sent immediately, without first awaiting for additional task that does not NEED block the response such as error reporting.
I think we might need handling for the following within Yoga: https://developer.mozilla.org/en-US/docs/Web/API/ExtendableEvent/waitUntil
This is also used in https://developers.cloudflare.com/workers/runtime-apis/fetch-event/#methods
https://github.com/robertcepa/toucan-js/blob/41d9c6b4f20a1acbf6063114aec9124d856f673e/src/index.ts#L217-L234
The idea here is that the response can be returned/sent immediately, without first awaiting for additional task that does not NEED block the response such as error reporting.
Related #1488
The text was updated successfully, but these errors were encountered: