wasm-posix-host
Preparing search index...
index
LazyDownloadEvent
Interface LazyDownloadEvent
interface
LazyDownloadEvent
{
error
?:
string
;
id
:
string
;
kind
:
LazyDownloadKind
;
loadedBytes
:
number
;
mountPrefix
?:
string
;
path
?:
string
;
status
:
LazyDownloadStatus
;
t
:
number
;
totalBytes
?:
number
;
url
:
string
;
}
Index
Properties
error?
id
kind
loaded
Bytes
mount
Prefix?
path?
status
t
total
Bytes?
url
Properties
Optional
error
error
?:
string
id
id
:
string
kind
kind
:
LazyDownloadKind
loaded
Bytes
loadedBytes
:
number
Optional
mount
Prefix
mountPrefix
?:
string
Optional
path
path
?:
string
status
status
:
LazyDownloadStatus
t
t
:
number
Optional
total
Bytes
totalBytes
?:
number
url
url
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
id
kind
loaded
Bytes
mount
Prefix
path
status
t
total
Bytes
url
wasm-posix-host
Loading...