1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:27:45 +00:00

LibWeb: Port PageTransitionEvent to new String

This commit is contained in:
Kenneth Myhra 2023-03-04 21:05:43 +01:00 committed by Linus Groh
parent 03ceca4ca1
commit 97947fdffa
4 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,7 @@
#import <DOM/Event.idl>
// https://html.spec.whatwg.org/multipage/browsing-the-web.html#pagetransitionevent
[Exposed=Window]
[Exposed=Window, UseNewAKString]
interface PageTransitionEvent : Event {
constructor(DOMString type, optional PageTransitionEventInit eventInitDict = {});