mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
LibWeb: Port FormDataEvent to new String
This commit is contained in:
parent
eed69e5093
commit
bb7ae423d5
4 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
#import <XHR/FormData.idl>
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-formdataevent-interface
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface FormDataEvent : Event {
|
||||
constructor(DOMString type, FormDataEventInit eventInitDict);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue