ignore polyfill types

pull/751/head
Cory LaViska 2022-05-11 08:17:27 -04:00
rodzic cb0b5feef8
commit 7333760ada
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -76,6 +76,7 @@
"mousedown",
"mouseup",
"nextjs",
"nocheck",
"noopener",
"noreferrer",
"novalidate",

Wyświetl plik

@ -1,4 +1,5 @@
/* eslint-disable */
// @ts-nocheck
//
// Polyfills the formdata event in unsupportive browsers. This is a partial polyfill to support appending custom element
// form data on submit. The formdata event landed in Safari until 15.1, which is slighly too new to rely on. All other