(this is not about TextDecoder polyfill, but about all the other exports) Currently, methods accept Uint8Array instances. We should likely also accept ArrayBuffer Maybe SharedArrayBuffer? We already accept Uint8Array<SharedArrayBuffer>. See also #67