aboutsummaryrefslogtreecommitdiff
path: root/js/decode.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/decode.js')
-rw-r--r--js/decode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/decode.js b/js/decode.js
index 5e44505..d26adcf 100644
--- a/js/decode.js
+++ b/js/decode.js
@@ -2024,7 +2024,7 @@ let makeBrotliDecode = () => {
this.cdBrLength = 0;
/** @type {number} */
this.cdBrCopied = 0;
- /** @type {!Array} */
+ /** @type {!Array<?Int8Array>} */
this.cdChunks = new Array(0);
/** @type {!Int32Array} */
this.cdChunkOffsets = new Int32Array(0);