mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 05:41:01 +00:00
parent
4a5863bcdb
commit
9dbeecb73d
Notes:
github-actions[bot]
2025-04-10 09:18:08 +00:00
Author: https://github.com/AtkinsSJ
Commit: 9dbeecb73d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4296
11 changed files with 23 additions and 22 deletions
|
|
@ -152,7 +152,7 @@ WebIDL::ExceptionOr<URL::URL> resolve_module_specifier(Optional<Script&> referri
|
|||
}
|
||||
}
|
||||
|
||||
// 11. If result is null, set result be the result of resolving an imports match given normalizedSpecifier, asURL, and importMap's imports.
|
||||
// 11. If result is null, set result to the result of resolving an imports match given normalizedSpecifier, asURL, and importMap's imports.
|
||||
if (!result.has_value())
|
||||
result = TRY(resolve_imports_match(normalized_specifier.to_byte_string(), as_url, import_map.imports()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue