UNPKG

@kcjpop/x-browser-compat

Version:

A Web Component to display browser compatibility data

1 lines 1.96 kB
{"mdn_url":"https://developer.mozilla.org/docs/Web/API/FormData/append","source_file":"api/FormData.json","spec_url":"https://xhr.spec.whatwg.org/#dom-formdata-append","status":{"deprecated":false,"experimental":false,"standard_track":true},"support":{"chrome":{"version_added":"5"},"chrome_android":{"version_added":"18"},"deno":{"version_added":"1.0"},"edge":{"version_added":"12"},"firefox":{"notes":"Before Firefox 7, specifying a <a href='https://developer.mozilla.org/docs/Web/API/Blob'><code>Blob</code></a> as the data to append to the object, the filename reported in the <code>Content-Disposition</code> HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox 7, the filename <code>blob</code> is sent.","version_added":"4"},"firefox_android":{"notes":"Before Firefox 7, specifying a <a href='https://developer.mozilla.org/docs/Web/API/Blob'><code>Blob</code></a> as the data to append to the object, the filename reported in the <code>Content-Disposition</code> HTTP header was an empty string, resulting in errors on some servers. Starting with Firefox 7, the filename <code>blob</code> is sent.","version_added":"4"},"ie":{"notes":"With the \"Include local directory pass when uploading files to a server\" option enabled, IE will change the filename inside the <a href='https://developer.mozilla.org/docs/Web/API/Blob'><code>Blob</code></a> on the fly. To have direct control of the sent filename, the developer should send the filename as the third parameter value, i.e. <code>formData.append(name, value, filename)</code>.","version_added":"10"},"oculus":{"version_added":"5.0"},"opera":{"version_added":"12"},"opera_android":{"version_added":"12"},"safari":{"version_added":"5"},"safari_ios":{"version_added":"5"},"samsunginternet_android":{"version_added":"1.0"},"webview_android":{"notes":"XHR in Android 4.0 sends empty content for <code>FormData</code> with <code>blob</code>.","version_added":"3"}}}