mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
9 lines
257 B
JavaScript
9 lines
257 B
JavaScript
|
require('event-target-polyfill');
|
||
|
require('yet-another-abortcontroller-polyfill');
|
||
|
require('cross-fetch/polyfill');
|
||
|
require('fast-text-encoding');
|
||
|
require('web-streams-polyfill');
|
||
|
|
||
|
global.ReadableStream = require('web-streams-polyfill').ReadableStream;
|
||
|
|