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 657c853 commit a5c2974Copy full SHA for a5c2974
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