Open wojtask9 opened 7 years ago
Currently readable.js doesn't import Buffer and there is reference to Buffer. import {Buffer} from 'buffer'; should be added to readable.js
import {Buffer} from 'buffer';
Other Stream files imports Buffer correctly :)
Stream
Currently readable.js doesn't import Buffer and there is reference to Buffer.
import {Buffer} from 'buffer';
should be added to readable.jsOther
Stream
files imports Buffer correctly :)