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

LibWeb: Implement most WebIDL promise operations

This commit is contained in:
Linus Groh 2022-09-22 23:36:09 +01:00
parent e68e92b304
commit 37972e9f0c
4 changed files with 209 additions and 0 deletions

View file

@ -415,6 +415,7 @@ set(SOURCES
WebIDL/CallbackType.cpp
WebIDL/DOMException.cpp
WebIDL/OverloadResolution.cpp
WebIDL/Promise.cpp
WebSockets/WebSocket.cpp
XHR/EventNames.cpp
XHR/ProgressEvent.cpp