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 fda6085 commit dc89540Copy full SHA for dc89540
lib.js
@@ -82,6 +82,7 @@ module.exports = libheif => {
82
}), 'dispose', {
83
enumerable: false,
84
configurable: false,
85
+ writable: false,
86
value: dispose
87
});
88
};
0 commit comments