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