Skip to content

Commit b4be7e9

Browse files
authored
Update docs
1 parent 675a92e commit b4be7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/utils/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const isFirefox = typeof InstallTrigger !== "undefined"
33
export const isExtension = /^(?:chrome|moz)-extension:$/.test(location.protocol)
44

55
/**
6-
*
6+
* Get the browser name
77
* @returns {string} The browser name: "chrome", "firefox", "safari", "edge", "opera", or "browser"
88
*/
99
export function getBrowser() {

0 commit comments

Comments
 (0)