mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
allow readablestreams to be sent as the request body
This commit is contained in:
parent
3edabf149c
commit
ed1ba01d3a
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ self.ScramjetServiceWorker = class ScramjetServiceWorker {
|
|||
mode: request.mode === "cors" ? request.mode : "same-origin",
|
||||
cache: request.cache,
|
||||
redirect: request.redirect,
|
||||
//@ts-ignore why the fuck is this not typed mircosoft
|
||||
duplex: "half",
|
||||
});
|
||||
|
||||
let responseBody;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue