2 references to ImportAsync
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSImportAttribute.cs (2)
37/// Gets the globally unique identifier of the ES6 module, if any, that contains the function. The module must be loaded via <see cref="JSHost.ImportAsync(string, string, Threading.CancellationToken)" /> before any attempt to invoke the function. 58/// Globally unique identifier of the ES6 module, if any, that contains the function. The module must be loaded via <see cref="JSHost.ImportAsync(string, string, Threading.CancellationToken)" /> before any attempt to invoke the function.