Skip to content

Commit a20e335

Browse files
committed
oh hey. new eslint.
1 parent 7f8519f commit a20e335

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/accesskit/disable_gifs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ const createPausedUrl = memoize(async sourceUrl => {
102102
const contentType = response.headers.get('Content-Type');
103103
const canvas = document.createElement('canvas');
104104

105-
/* globals ImageDecoder */
106105
if (typeof ImageDecoder === 'function' && await ImageDecoder.isTypeSupported(contentType)) {
107106
const decoder = new ImageDecoder({
108107
type: contentType,

0 commit comments

Comments
 (0)