@shopgate/pwa-tracking
Version:
Tracking library for the Shopgate Connect PWA.
6 lines • 333 B
JavaScript
import{pwaDidAppear$,pwaDidDisappear$}from'@shopgate/pwa-common/streams/app';/**
* Emits when the PWA visibility changes
*/export var pwaVisibility$=pwaDidAppear$.merge(pwaDidDisappear$);/**
* Export the streams again from here, since e.g. checkout extensions import them.
* @deprecated
*/export{pwaDidAppear$,pwaDidDisappear$};