UNPKG

@loaders.gl/polyfills

Version:

Polyfills for TextEncoder/TextDecoder

9 lines (6 loc) 266 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright vis.gl contributors import {ReadableStream as WSPReadableStream} from 'web-streams-polyfill'; // @ts-ignore export class ReadableStreamPolyfill<T> extends WSPReadableStream<T> implements ReadableStream {}