package js.html; typedef ITransformStream = { final readable : ReadableStream; final writable : WritableStream; };