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 b10bb5f commit 4db81c8Copy full SHA for 4db81c8
packages/canvas/index.ts
@@ -84,7 +84,7 @@ Object.defineProperty(global, 'DOMMatrix', {
84
Object.defineProperty(global, 'ImageBitmap', {
85
value: ImageBitmap,
86
configurable: true,
87
- writable: false,
+ writable: true,
88
});
89
90
0 commit comments