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

LibWeb: Implement 'create a potential-CORS request' algorithm

This commit is contained in:
Srikavin Ramkumar 2023-01-14 19:00:42 +05:30 committed by Linus Groh
parent 3e2e94bd01
commit f7176463b5
6 changed files with 122 additions and 0 deletions

View file

@ -172,6 +172,7 @@ set(SOURCES
HTML/CanvasPattern.cpp
HTML/CanvasRenderingContext2D.cpp
HTML/CloseEvent.cpp
HTML/CORSSettingAttribute.cpp
HTML/CrossOrigin/AbstractOperations.cpp
HTML/CrossOrigin/Reporting.cpp
HTML/DOMParser.cpp
@ -282,6 +283,7 @@ set(SOURCES
HTML/Path2D.cpp
HTML/Plugin.cpp
HTML/PluginArray.cpp
HTML/PotentialCORSRequest.cpp
HTML/PromiseRejectionEvent.cpp
HTML/RemoteBrowsingContext.cpp
HTML/Scripting/ClassicScript.cpp