skipParsing for Parser
diff --git a/docs/Parser.html b/docs/Parser.html
index 7273dc3..3f4865b 100644
--- a/docs/Parser.html
+++ b/docs/Parser.html
@@ -27,7 +27,7 @@
Returns:
- - - - --
-
- - Type - -
- - -boolean - - - -
isEngine(engineName) → {boolean}
- - - - - - --
-
-
-
- Source: -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Check if the engine name equals the passed string
-Parameters:
- - -| Name | - - -Type | - - - - - -Description | -
|---|---|---|
engineName |
-
-
- - - -string - - - - | - - - - - -The string to compare with the engine name |
-
Returns:
- - - - --
-
- - Type - -
- - -boolean - - - -
isOS(osName) → {boolean}
- - - - - - --
-
-
-
- Source: -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Check if the OS name equals the passed string
-Parameters:
- - -| Name | - - -Type | - - - - - -Description | -
|---|---|---|
osName |
-
-
- - - -string - - - - | - - - - - -The string to compare with the OS name |
-
Returns:
- - - - --
-
- - Type - -
- - -boolean - - - -
isPlatform(platformType) → {boolean}
- - - - - - --
-
-
-
- Source: -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Check if the platform type equals the passed string
-Parameters:
- - -| Name | - - -Type | - - - - - -Description | -
|---|---|---|
platformType |
-
-
- - - -string - - - - | - - - - - -The string to compare with the platform type |
-
Returns:
@@ -3285,7 +2818,7 @@ Returnsundefined when the browser is no described in the checkTree
undefined when the browser is no described in the checkTree
diff --git a/docs/bowser.js.html b/docs/bowser.js.html index f2bdc3a..c33671e 100644 --- a/docs/bowser.js.html +++ b/docs/bowser.js.html @@ -27,7 +27,7 @@
diff --git a/docs/global.html b/docs/global.html index 5d541ff..5d7a1c7 100644 --- a/docs/global.html +++ b/docs/global.html @@ -27,7 +27,7 @@
Get browser name for a short version/alias
+Get short version/alias for a browser name
Example
-getBrowserTypeByAlias('edge') // Microsoft Edge
+ getBrowserAlias('edge') // Microsoft Edge
@@ -2706,7 +2706,7 @@ like "iPhone" or "Kindle Fire HD 7"
diff --git a/docs/index.html b/docs/index.html
index 5dc820b..f9cb242 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -27,7 +27,7 @@
Overview
The library is made to help to detect what browser your user has and gives you a convenient API to filter the users somehow depending on their browsers. Check it out on this page: https://bowser-js.github.io/bowser-online/.
⚠️ Version 2.0 breaking changes ⚠️
-Version 2.0 has drastically changed the API. All available methods are on the docs page.
+Version 2.0 has drastically changed the API. All available methods are on the docs page.
For legacy code, check out the 1.x branch and install it through npm install bowser@1.9.4.
Use cases
First of all, require the library. This is a UMD Module, so it will work for AMD, TypeScript, ES6, and CommonJS module systems.
@@ -174,7 +176,7 @@ list of aliases can be found in the file.Contributors
Code Contributors
-This project exists thanks to all the people who contribute. [Contribute]. +
This project exists thanks to all the people who contribute. [Contribute].
Financial Contributors
Become a financial contributor and help us sustain our community. [Contribute]
@@ -208,7 +210,7 @@ list of aliases can be found in the file.diff --git a/docs/parser.js.html b/docs/parser.js.html index 0b176ed..11adc02 100644 --- a/docs/parser.js.html +++ b/docs/parser.js.html @@ -27,7 +27,7 @@
diff --git a/docs/utils.js.html b/docs/utils.js.html index 03eec59..b20a008 100644 --- a/docs/utils.js.html +++ b/docs/utils.js.html @@ -27,7 +27,7 @@