Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
offline
OfflineRegionFetchHandlerOptions
Interface OfflineRegionFetchHandlerOptions
Options for creating a service-worker/fetch-event resource handler.
interface
OfflineRegionFetchHandlerOptions
{
match
:
OfflineRegionResourceMatcher
;
now
?:
(
(
)
=>
Date
)
;
regionId
:
string
;
store
:
OfflineRegionStore
;
}
Index
Properties
match
now?
region
Id
store
Properties
Readonly
match
match
:
OfflineRegionResourceMatcher
Optional
Readonly
now
now
?:
(
(
)
=>
Date
)
Readonly
region
Id
region
Id
:
string
Readonly
store
store
:
OfflineRegionStore
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
match
now
region
Id
store
@honua/sdk-js
Loading...
Options for creating a service-worker/fetch-event resource handler.