Ankit
Results
1
issues of
Ankit
```JS fetch('./super.tar') .then(response => response.body) .then(body => body.pipeThrough(unpack).pipeTo(createSandbox)) ``` This removes the overhead of writing to file system, by streaming in memory. It also adds flexibility to the API and...