UNPKG

391 BJavaScriptView Raw
1import "./_dnt.polyfills.js";
2import { HTMLRewriter as HTMLRewriterImpl } from './index.js';
3if (!('HTMLRewriter' in self)) {
4 Object.defineProperty(self, 'HTMLRewriter', {
5 value: HTMLRewriterImpl,
6 writable: false,
7 enumerable: false,
8 configurable: false,
9 });
10}
11// Trigger WASM initialization
12new HTMLRewriterImpl();
13//# sourceMappingURL=polyfill.js.map
\No newline at end of file