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 7f8519f commit a20e335Copy full SHA for a20e335
src/features/accesskit/disable_gifs.js
@@ -102,7 +102,6 @@ const createPausedUrl = memoize(async sourceUrl => {
102
const contentType = response.headers.get('Content-Type');
103
const canvas = document.createElement('canvas');
104
105
- /* globals ImageDecoder */
106
if (typeof ImageDecoder === 'function' && await ImageDecoder.isTypeSupported(contentType)) {
107
const decoder = new ImageDecoder({
108
type: contentType,
0 commit comments