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 01cf11c commit bd3397eCopy full SHA for bd3397e
src/canvas.d.ts
@@ -339,3 +339,4 @@ export function pointsFromBuffer(typedArray: TypedArray, useInts?): number[] | T
339
export function arrayToNativeArray(array, useInts?): number[];
340
export function createArrayBufferOrNativeArray(length: number, useInts?: boolean): number[] | TypedArray;
341
export function nativeArrayToArray(array): number[];
342
+export function supportsDirectArrayBuffers(): boolean; //android only
0 commit comments