Luca Forstner
Luca Forstner
@Raphaww please open a new issue. The thing you're facing is unrelated to OP's. Secondly, that integration should likely go into your client config and not edge config - it's...
Thanks for reporting this! Super interesting bug. In theory, there is no possible way this could reject since the return values of [`ReadableStreamDefaultReader.releaseLock()`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamDefaultReader/releaseLock) and [`ReadableStreamBYOBReader.releaseLock()`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStreamBYOBReader/releaseLock) should not return promises. I...
One other use-case I just had was setting information on the event about whether Turbopack was used in nextjs or not.