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 fc54441 commit 205e661Copy full SHA for 205e661
src/shared/managers/PermissionManager.ts
@@ -6,10 +6,6 @@ import { EmptyArgumentError } from '../errors/common';
6
* across Safari, Chrome, and Firefox.
7
*/
8
export default class PermissionManager {
9
- static get STORED_PERMISSION_KEY() {
10
- return 'storedNotificationPermission';
11
- }
12
-
13
/**
14
* Returns a promise that resolves to the browser's current notification permission as
15
* 'default', 'granted', or 'denied'.
0 commit comments