asteroid/bibi/resources/scripts/polyfills/encoding.js
2023-12-27 22:39:56 -08:00

1 line
No EOL
82 B
JavaScript

import { TextDecoder } from 'text-encoding-utf-8'; self.TextDecoder = TextDecoder;