mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
LibWeb: Add disallow further import maps steps to ESO
This commit is contained in:
parent
794dc2e16b
commit
9afea1248f
2 changed files with 16 additions and 0 deletions
|
@ -113,6 +113,8 @@ struct EnvironmentSettingsObject
|
|||
|
||||
bool module_type_allowed(String const& module_type) const;
|
||||
|
||||
void disallow_further_import_maps();
|
||||
|
||||
protected:
|
||||
explicit EnvironmentSettingsObject(NonnullOwnPtr<JS::ExecutionContext>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue