package js.html; typedef IReadableStreamReader = { function cancel():js.lib.Promise; function read():js.lib.Promise>; function releaseLock():Void; };