Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 663 Bytes

File metadata and controls

14 lines (9 loc) · 663 Bytes

NavigationPreloadState

Namespace: SpawnDev.SpawnJS.JSObjects
Source: JSObjects/NavigationPreloadState.cs

https://www.w3.org/TR/service-workers/#dictdef-navigationpreloadstate

Properties

Property Type Access Description
NavigationPreloadState class get https://www.w3.org/TR/service-workers/#dictdef-navigationpreloadstate
HeaderValue string? get A string containing the value that will be sent in the Service-Worker-Navigation-Preload HTTP header following a preloading fetch(). This defaults to true unless the value was changed using NavigationPreloadManager.setHeaderValue().