File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages-exp/messaging-exp/src Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { MessagingService } from './messaging-service';
23
23
import { Provider } from '@firebase/component' ;
24
24
import { deleteToken as _deleteToken } from './api/deleteToken' ;
25
25
import { getToken as _getToken } from './api/getToken' ;
26
- import { isSupported as _isSupported } from './api/isSupported' ;
27
26
import { onBackgroundMessage as _onBackgroundMessage } from './api/onBackgroundMessage' ;
28
27
import { onMessage as _onMessage } from './api/onMessage' ;
29
28
import { getModularInstance } from '@firebase/util' ;
@@ -137,10 +136,3 @@ export function onBackgroundMessage(
137
136
messaging = getModularInstance ( messaging ) ;
138
137
return _onBackgroundMessage ( messaging as MessagingService , nextOrObserver ) ;
139
138
}
140
-
141
- /**
142
- * Checks if the current browser is supported.
143
- */
144
- export async function isSupported ( ) : Promise < boolean > {
145
- return _isSupported ( ) ;
146
- }
You can’t perform that action at this time.
0 commit comments