parent
6306a433e8
commit
073accfe65
16 changed files with 3456 additions and 1408 deletions
|
@ -1,3 +1,5 @@
|
|||
/* global TransformStream */
|
||||
|
||||
export function transformStream(readable, transformer, oncancel) {
|
||||
try {
|
||||
return readable.pipeThrough(new TransformStream(transformer));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue