@php-wasm/web
Index
Functions
Interfaces
References
Type Aliases
References
WithAPIState
Renames and re-exports WithIsReady
Type Aliases
GeneratedCertificate
Type declaration
certificate: Uint8Array
keyPair: CryptoKeyPair
tbsCertificate: TBSCertificate
tbsDescription: TBSCertificateDescription
MountDevice
OID
OIDName
PublicAPI
Type parameters
- Methods
- PipedAPI = unknown
RemoteAPI
Type parameters
- T
SyncProgress
Type declaration
files: number
total: number
The number of all files that need to be synced.
SyncProgressCallback
Type declaration
Parameters
progress: SyncProgress
Returns void
TBSCertificate
TCPOverFetchOptions
Type declaration
CAroot: GeneratedCertificate
Validity
Type declaration
notAfter: Date
notBefore: Date
WithIsReady
Type declaration
isConnected: () => Promise<void>
Resolves to true when the remote API is ready for Comlink communication, but not necessarily fully initialized yet.
Returns Promise<void>
isReady: () => Promise<void>
Resolves to true when the remote API is declares it’s fully loaded and ready to be used.
Returns Promise<void>
The number of files that have been synced.