Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 800 Bytes

File metadata and controls

13 lines (8 loc) · 800 Bytes

Home > @snowplow/react-native-tracker > EmitterConfigurationBase > keepalive

EmitterConfigurationBase.keepalive property

Indicates that the request should be allowed to outlive the webpage that initiated it. Enables collector requests to complete even if the page is closed or navigated away from. Note: Browsers put a limit on keepalive requests of 64KB. In case of multiple keepalive requests in parallel (may happen in case of multiple trackers), the limit is shared.

Signature:

keepalive?: boolean;