mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
isIE
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 476d21e9f0...f40451ecc5
@@ -65,6 +65,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
isIE() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
isMacAppStore() {
|
isMacAppStore() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user