UNPKG

@segment/analytics-next

Version:

Analytics Next (aka Analytics 2.0) is the latest version of Segment’s JavaScript SDK - enabling you to send your data to any tool without having to learn, test, or use a new API every time.

7 lines 289 B
type CSPErrorEvent = SecurityPolicyViolationEvent & { disposition?: 'enforce' | 'report'; }; export declare const isAnalyticsCSPError: (e: CSPErrorEvent) => boolean; export declare function loadAjsClassicFallback(): Promise<void>; export {}; //# sourceMappingURL=csp-detection.d.ts.map