()
| 2711 | } |
| 2712 | |
| 2713 | async init() { |
| 2714 | await initHttpReader(this, sendXMLHttpRequest, getXMLHttpRequestData); |
| 2715 | super.init(); |
| 2716 | } |
| 2717 | |
| 2718 | readUint8Array(index, length) { |
| 2719 | return readUint8ArrayHttpReader(this, index, length, sendXMLHttpRequest, getXMLHttpRequestData); |
nothing calls this directly
no test coverage detected