Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 553 Bytes

File metadata and controls

13 lines (8 loc) · 553 Bytes

Home > @yext/analytics > AnalyticsConfig > forceFetch

AnalyticsConfig.forceFetch property

Used to force sending the request with fetch even if the browser does not support fetch with the keepalive flag (like Firefox). If the browser does support it, fetch is used by default.

Signature:

forceFetch?: boolean;