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:
parent
3e2e94bd01
commit
f7176463b5
6 changed files with 122 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue