summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/MessageEvent.idl
AgeCommit message (Expand)Author
2023-03-05LibWeb: Port MessageEvent to new StringKenneth Myhra
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-09-06LibWeb: Remove the NoInstanceWrapper extended IDL attributeAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2021-10-01LibWeb: Add the missing MessageEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Add the lastEventId IDL attribute to MessageEventIdan Horowitz
2021-10-01LibWeb: Change the IDL type of MessageEvent::data to anyIdan Horowitz
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP