mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
ignore polyfill types
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
"mousedown",
|
||||
"mouseup",
|
||||
"nextjs",
|
||||
"nocheck",
|
||||
"noopener",
|
||||
"noreferrer",
|
||||
"novalidate",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user