We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81cafd commit e67f11bCopy full SHA for e67f11b
src/isolate.rs
@@ -189,7 +189,10 @@ pub type HostInitializeImportMetaObjectCallback =
189
/// HostImportModuleDynamicallyCallback is called when we require the embedder
190
/// to load a module. This is used as part of the dynamic import syntax.
191
///
192
-/// The referrer contains metadata about the script/module that calls import.
+/// The host_defined_options are metadata provided by the host environment, which may be used
193
+/// to customize or further specify how the module should be imported.
194
+
195
+/// The resource_name is the identifier or path for the module or script making the import request.
196
197
/// The specifier is the name of the module that should be imported.
198
0 commit comments