You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/api-review/util.api.md
+20
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,16 @@ export type EmulatorMockTokenOptions = ({
140
140
sub:string;
141
141
}) &Partial<FirebaseIdToken>;
142
142
143
+
// Warning: (ae-missing-release-tag) "EmulatorStatus" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
144
+
//
145
+
// @public (undocumented)
146
+
exportinterfaceEmulatorStatus {
147
+
// (undocumented)
148
+
isRunningEmulator:boolean;
149
+
// (undocumented)
150
+
name:string;
151
+
}
152
+
143
153
// Warning: (ae-missing-release-tag) "ErrorData" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
144
154
//
145
155
// @public (undocumented)
@@ -269,6 +279,11 @@ export function isBrowserExtension(): boolean;
269
279
// @public
270
280
exportfunction isCloudflareWorker():boolean;
271
281
282
+
// Warning: (ae-missing-release-tag) "isCloudWorkstation" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "validateArgCount" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
0 commit comments