We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ac2cc commit f0df3ffCopy full SHA for f0df3ff
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hlsjs-ipfs-loader",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "IPFS loader for hls.js",
5
"main": "src/index.js",
6
"scripts": {
src/index.js
@@ -112,7 +112,7 @@ function buf2str(buf) {
112
return String.fromCharCode.apply(null, new Uint8Array(buf))
113
}
114
115
-function buf2Stream(buffer) {
+function buf2Stream(buffer) {
116
let stream = new Duplex()
117
stream.push(buffer)
118
stream.push(null)
0 commit comments