skipParsing for Parser
diff --git a/docs/Parser.html b/docs/Parser.html
index 3f4865b..0928cea 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:
@@ -2818,7 +3285,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 c33671e..da6872b 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 5d7a1c7..bc53b64 100644 --- a/docs/global.html +++ b/docs/global.html @@ -27,7 +27,7 @@
Get short version/alias for a browser name
+Get browser name for a short version/alias
Example
-getBrowserAlias('edge') // Microsoft Edge
+ getBrowserTypeByAlias('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 f9cb242..934a451 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.
@@ -176,7 +174,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]
@@ -210,7 +208,7 @@ list of aliases can be found in the file.diff --git a/docs/parser.js.html b/docs/parser.js.html index 11adc02..7670ccb 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 b20a008..bc5d34f 100644 --- a/docs/utils.js.html +++ b/docs/utils.js.html @@ -27,7 +27,7 @@