summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/WebSocket.cpp
AgeCommit message (Expand)Author
2021-10-01LibWeb: Add the missing MessageEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Change the IDL type of MessageEvent::data to anyIdan Horowitz
2021-10-01LibWeb: Add the missing CloseEvent IDL constructorIdan Horowitz
2021-09-25LibWeb: Provide a default DOM::EventTarget::dispatch_event()Andreas Kling
2021-09-25LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObjectLinus Groh
2021-09-19LibWeb: Remove duplicated event handler attribute code in WebSocketAndreas Kling
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-09LibWeb: Rename DOM::Window::document() => associated_document()Andreas Kling
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-11LibJS: Use an enum class instead of 'bool is_generator'Ali Mohammad Pur
2021-06-11LibJS: Implement generator functions (only in bytecode mode)Ali Mohammad Pur
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP