mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 05:11:46 +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;
|
|
|