Skip to content

Instantly share code, notes, and snippets.

View fenriz07's full-sized avatar
:shipit:
Focusing

Fen fenriz07

:shipit:
Focusing
  • Chile
View GitHub Profile
@fenriz07
fenriz07 / html5-formdata-polyfilll.js
Created February 17, 2020 13:37 — forked from Rob--W/html5-formdata-polyfilll.js
FormData polyfill for Web Workers in Safari
/*
* FormData for XMLHttpRequest 2 - Polyfill for Web Worker
* (c) 2014 Rob Wu <rob@robwu.nl>
* License: MIT
* - append(name, value[, filename])
* - XMLHttpRequest.prototype.send(object FormData)
*
* Specification: http://www.w3.org/TR/XMLHttpRequest/#formdata
* http://www.w3.org/TR/XMLHttpRequest/#the-send-method
* The .append() implementation also accepts Uint8Array and ArrayBuffer objects