Fix the type definition of TypedArray.
This commit is contained in:
parent
63e33a5895
commit
a0f0ab78f3
@ -100,9 +100,10 @@ function setPDFNetworkStreamFactory(pdfNetworkStreamFactory) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {
|
* @typedef { Int8Array | Uint8Array | Uint8ClampedArray |
|
||||||
* Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array |
|
* Int16Array | Uint16Array |
|
||||||
* Int32Array | Uint32Array | Float32Array | Float64Array
|
* Int32Array | Uint32Array | Float32Array |
|
||||||
|
* Float64Array
|
||||||
* } TypedArray
|
* } TypedArray
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user