diff options
author | Nick Stott <nick@nickstott.com> | 2019-10-28 12:41:36 -0400 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-28 12:41:36 -0400 |
commit | 65d9286203cf239f68c6015818e82e8521e600a1 (patch) | |
tree | 0af1a7be449036f2f4ae9d3ecf06b7d645c8bddc /cli/js/globals.ts | |
parent | 967c236fa5fb1e87e1b5ee788fe77d3a07361da1 (diff) |
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
Diffstat (limited to 'cli/js/globals.ts')
-rw-r--r-- | cli/js/globals.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/js/globals.ts b/cli/js/globals.ts index b734b8da3..93f47ff1b 100644 --- a/cli/js/globals.ts +++ b/cli/js/globals.ts @@ -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 |