Use streams-lib as polyfill

This commit is contained in:
Yury Delendik 2017-07-28 11:35:06 -05:00
parent 343b4dc2b6
commit 01b47d9012
3 changed files with 26 additions and 2 deletions

View file

@ -14,7 +14,7 @@
*/
import './compatibility';
import { ReadableStream } from '../../external/streams/streams-lib';
import { ReadableStream } from './streams_polyfill';
var globalScope =
(typeof window !== 'undefined' && window.Math === Math) ? window :