mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09:00
LibWeb/XHR: Expose FormData to Worker
See: - http://wpt.live/fetch/api/response/response-init-contenttype.any.worker.html
This commit is contained in:
parent
8eacfc8f10
commit
dda7325358
Notes:
github-actions[bot]
2024-08-23 01:52:57 +00:00
Author: https://github.com/jamierocks
Commit: dda7325358
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1165
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
typedef (File or USVString) FormDataEntryValue;
|
typedef (File or USVString) FormDataEntryValue;
|
||||||
|
|
||||||
// https://xhr.spec.whatwg.org/#interface-formdata
|
// https://xhr.spec.whatwg.org/#interface-formdata
|
||||||
[Exposed=Window]
|
[Exposed=(Window,Worker)]
|
||||||
interface FormData {
|
interface FormData {
|
||||||
constructor(optional HTMLFormElement form);
|
constructor(optional HTMLFormElement form);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue