-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Open
Labels
Description
While working implementing fetch in undici I've noticed a limitation on how compliant we can be towards the spec.
In order to "extract" a request body we need to have access to the streams [[disturbed]]
state. However, this state is inaccessible through the public API.
Is there a way we could make this accessible behind a public symbol or something? Otherwise fetch can't be fully implemented outside of core as per my understanding of the specification.