mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +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;
|
|
|