mirror of
https://github.com/flarum/framework.git
synced 2025-02-20 06:25:00 +08:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
![]() |
import { TextEncoder, TextDecoder } from 'util';
|
||
|
|
||
|
Object.assign(global, { TextDecoder, TextEncoder });
|