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.
2 parents 483e79b + 6ea6b96 commit 628f36dCopy full SHA for 628f36d
packages/firestore/test/util/test_platform.ts
@@ -60,7 +60,7 @@ export class FakeWindow implements WindowLike {
60
break;
61
case 'pagehide':
62
case 'visibilitychange':
63
- // The spec tests currently do not rely on `unload`/`visibilitychange`
+ // The spec tests currently do not rely on `pagehide`/`visibilitychange`
64
// listeners.
65
66
default:
0 commit comments