element-internals-polyfill
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -482,3 +482,3 @@ (function () { | ||
else if (value != null && value instanceof FormData) { | ||
value.forEach((formDataValue, formDataKey) => { | ||
Array.from(value).reverse().forEach(([formDataKey, formDataValue]) => { | ||
if (typeof formDataValue === 'string') { | ||
@@ -485,0 +485,0 @@ const hiddenInput = createHiddenInput(ref, this); |
{ | ||
"name": "element-internals-polyfill", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A polyfill for the element internals specification", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54187