mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibJS+LibWeb: Bring script fetching closer to the spec
This patch updates various parts of the script fetching implementation to match the current specification. Notably, the implementation of changes to the import assertions / attributes proposal are not part of this patch(series).
This commit is contained in:
committed by
Andreas Kling
parent
5b1d0d4d1b
commit
ff6d7cf3e4
@@ -109,4 +109,9 @@ private:
|
||||
DeprecatedString m_filename;
|
||||
};
|
||||
|
||||
class CyclicModule;
|
||||
struct GraphLoadingState;
|
||||
|
||||
void finish_loading_imported_module(Realm&, Variant<NonnullGCPtr<Script>, NonnullGCPtr<CyclicModule>>, ModuleRequest const&, GraphLoadingState&, ThrowCompletionOr<Module*> const&);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user