VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/web-fonts
WebFontProgressEvent
Interface WebFontProgressEvent
interface
WebFontProgressEvent
{
loadedBytes
:
number
;
percent
?:
number
;
phase
:
"cache-hit"
|
"downloading"
|
"finalizing"
|
"caching"
|
"complete"
;
resolvedSrc
:
string
;
src
:
string
;
totalBytes
?:
number
;
}
Index
Properties
loaded
Bytes
percent?
phase
resolved
Src
src
total
Bytes?
Properties
loaded
Bytes
loadedBytes
:
number
Optional
percent
percent
?:
number
phase
phase
:
"cache-hit"
|
"downloading"
|
"finalizing"
|
"caching"
|
"complete"
resolved
Src
resolvedSrc
:
string
src
src
:
string
Optional
total
Bytes
totalBytes
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loaded
Bytes
percent
phase
resolved
Src
src
total
Bytes
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...