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:
Nick Stott 2019-10-28 12:41:36 -04:00 committed by Ry Dahl
parent 967c236fa5
commit 65d9286203
27 changed files with 5062 additions and 19 deletions

View file

@ -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