Skip to content

Commit 1f31ecd

Browse files
committed
chore: ios method
1 parent bd3397e commit 1f31ecd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/canvas.ios.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,3 +2261,7 @@ export function nativeArrayToArray(array): number[] {
22612261
export function createNativeArray(length: number, useInts?): number[] {
22622262
return new Array(length);
22632263
}
2264+
2265+
export function supportsDirectArrayBuffers() {
2266+
return true;
2267+
}

0 commit comments

Comments
 (0)