LibWeb/XHR: Expose FormData to Worker

See:
 - http://wpt.live/fetch/api/response/response-init-contenttype.any.worker.html
This commit is contained in:
Jamie Mansfield 2024-08-23 02:16:10 +01:00 committed by Andrew Kaster
parent 8eacfc8f10
commit dda7325358
Notes: github-actions[bot] 2024-08-23 01:52:57 +00:00

View file

@ -9,7 +9,7 @@
typedef (File or USVString) FormDataEntryValue;
// https://xhr.spec.whatwg.org/#interface-formdata
[Exposed=Window]
[Exposed=(Window,Worker)]
interface FormData {
constructor(optional HTMLFormElement form);