summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/WebSocket.cpp
AgeCommit message (Expand)Author
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