mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:57:36 +00:00
LibWeb: Implement fetching module scripts
This patch adds various algorithms required to fetch and link module scripts. Some parts such as actually creating a request and error handling are not implemented or use temporary non spec compliant code to get us further. Co-authored-by: davidot <davidot@serenityos.org>
This commit is contained in:
parent
4de4e1828a
commit
f0c4f8931c
3 changed files with 401 additions and 0 deletions
|
@ -258,6 +258,7 @@ set(SOURCES
|
|||
HTML/Scripting/ClassicScript.cpp
|
||||
HTML/Scripting/Environments.cpp
|
||||
HTML/Scripting/ExceptionReporter.cpp
|
||||
HTML/Scripting/Fetching.cpp
|
||||
HTML/Scripting/ModuleMap.cpp
|
||||
HTML/Scripting/ModuleScript.cpp
|
||||
HTML/Scripting/Script.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue