mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Re-enable basic stream support for fetch bodies (#3192)
* Add sd-streams from https://github.com/stardazed/sd-streams/blob/master/packages/streams/src/ * change the interfaces in dom_types to match what sd-streams expects
This commit is contained in:
parent
967c236fa5
commit
65d9286203
27 changed files with 5062 additions and 19 deletions
|
@ -26,7 +26,6 @@ import * as url from "./url.ts";
|
|||
import * as urlSearchParams from "./url_search_params.ts";
|
||||
import * as workers from "./workers.ts";
|
||||
import * as performanceUtil from "./performance.ts";
|
||||
|
||||
import * as request from "./request.ts";
|
||||
|
||||
// These imports are not exposed and therefore are fine to just import the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue