@team-speed-kit/predictive-preloading
Preparing search index...
<internal>
SpeedKitRule
Interface SpeedKitRule
Use rules in your whitelist and blacklist to describe resource patterns.
interface
SpeedKitRule
{
contentType
?:
ContentType
[]
;
cookie
?:
Condition
|
CookieFunction
;
host
?:
Condition
;
pathname
?:
Condition
;
storage
?:
Condition
|
StorageFunction
;
url
?:
Condition
;
}
Index
Properties
content
Type?
cookie?
host?
pathname?
storage?
url?
Properties
Optional
content
Type
contentType
?:
ContentType
[]
Optional
cookie
cookie
?:
Condition
|
CookieFunction
Optional
host
host
?:
Condition
Optional
pathname
pathname
?:
Condition
Optional
storage
storage
?:
Condition
|
StorageFunction
Optional
url
url
?:
Condition
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
Type
cookie
host
pathname
storage
url
@team-speed-kit/predictive-preloading
Loading...
Use rules in your whitelist and blacklist to describe resource patterns.