We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc32ae1 commit 28257b2Copy full SHA for 28257b2
js/decode.js
@@ -2024,7 +2024,7 @@ let makeBrotliDecode = () => {
2024
this.cdBrLength = 0;
2025
/** @type {number} */
2026
this.cdBrCopied = 0;
2027
- /** @type {!Array} */
+ /** @type {!Array<?Int8Array>} */
2028
this.cdChunks = new Array(0);
2029
/** @type {!Int32Array} */
2030
this.cdChunkOffsets = new Int32Array(0);
js/package.json
@@ -6,9 +6,9 @@
6
},
7
"files": [
8
"cli.js",
9
- "decode.js",
+ "decode.js"
10
],
11
"dependencies": {
12
"yargs": "~8.0.2"
13
- },
+ }
14
}
0 commit comments