mirror of
https://github.com/flarum/framework.git
synced 2025-02-16 03:13:17 +08:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
import { TextEncoder, TextDecoder } from 'util';
|
|
|
|
Object.assign(global, { TextDecoder, TextEncoder });
|