#import #import #import // https://streams.spec.whatwg.org/#transformstream [Exposed=*, Transferable] interface TransformStream { constructor(optional object transformer, optional QueuingStrategy writableStrategy = {}, optional QueuingStrategy readableStrategy = {}); readonly attribute ReadableStream readable; readonly attribute WritableStream writable; };