Skip to content

Commit bd3397e

Browse files
committed
fix: missing android function
1 parent 01cf11c commit bd3397e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/canvas.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -339,3 +339,4 @@ export function pointsFromBuffer(typedArray: TypedArray, useInts?): number[] | T
339339
export function arrayToNativeArray(array, useInts?): number[];
340340
export function createArrayBufferOrNativeArray(length: number, useInts?: boolean): number[] | TypedArray;
341341
export function nativeArrayToArray(array): number[];
342+
export function supportsDirectArrayBuffers(): boolean; //android only

0 commit comments

Comments
 (0)