mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +00: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: https://github.com/LadybirdBrowser/ladybird/commit/dda7325358a 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;
|
||||
|
||||
// https://xhr.spec.whatwg.org/#interface-formdata
|
||||
[Exposed=Window]
|
||||
[Exposed=(Window,Worker)]
|
||||
interface FormData {
|
||||
constructor(optional HTMLFormElement form);
|
||||
|
||||
|
|
Loading…
Reference in a new issue