We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb9613 commit 4e32ac4Copy full SHA for 4e32ac4
1 file changed
packages/analytics-js-common/src/types/ApplicationLifecycle.ts
@@ -1,3 +1,6 @@
1
+/**
2
+ * Represents the status of the application lifecycle
3
+ */
4
export type LifecycleStatus =
5
| 'mounted'
6
| 'browserCapabilitiesReady'
0 commit comments