formdata-polyfill
Advanced tools
Comparing version 4.0.8 to 4.0.9
@@ -21,3 +21,3 @@ /*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */ | ||
[i](){return this.entries()} | ||
[h](o) {return typeof o==='object'&&o[t]==='FormData'&&!m.some(m=>typeof o[m]!='function')} | ||
static [h](o) {return typeof o==='object'&&o[t]==='FormData'&&!m.some(m=>typeof o[m]!='function')} | ||
append(...a){x('append',arguments,2);this.#d.push(f(...a))} | ||
@@ -24,0 +24,0 @@ delete(a){x('delete',arguments,1);a+='';this.#d=this.#d.filter(([b])=>b!==a)} |
{ | ||
"name": "formdata-polyfill", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "HTML5 `FormData` for Browsers and Node.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
32216