1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

LibWeb: Port WebGLContextEvent to new String

This commit is contained in:
Kenneth Myhra 2023-03-05 11:01:48 +01:00 committed by Linus Groh
parent cec1cda8b0
commit fe6b82b01c
4 changed files with 13 additions and 12 deletions

View file

@ -1,6 +1,6 @@
#import <DOM/Event.idl>
[Exposed=(Window,Worker)]
[Exposed=(Window,Worker), UseNewAKString]
interface WebGLContextEvent : Event {
constructor(DOMString type, optional WebGLContextEventInit eventInit = {});
readonly attribute DOMString statusMessage;