Jelajahi Sumber

fix warning

Gildas 3 tahun lalu
induk
melakukan
49c56d8998
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/ui/content/content-ui-editor-web.js

+ 1 - 1
src/ui/content/content-ui-editor-web.js

@@ -21,7 +21,7 @@
  *   Source.
  */
 
-/* global globalThis, window, document, fetch, DOMParser, getComputedStyle, setTimeout, clearTimeout, NodeFilter, Readability, isProbablyReaderable, matchMedia, TextDecoder, Node, URL, MouseEvent */
+/* global globalThis, window, document, fetch, DOMParser, getComputedStyle, setTimeout, clearTimeout, NodeFilter, Readability, isProbablyReaderable, matchMedia, TextDecoder, Node, URL, MouseEvent, Blob */
 
 (globalThis => {