mirror of
https://github.com/lancedikson/bowser
synced 2026-09-26 05:46:25 +00:00
feat: add Ladybird browser support (#627)
This commit is contained in:
committed by
GitHub
parent
92b5639733
commit
a37b8be8a7
@@ -68,7 +68,8 @@ class Parser {
|
||||
* like `"iPhone"` or `"Kindle Fire HD 7"`
|
||||
* @property {Object} engine
|
||||
* @property {String|undefined} [engine.name]
|
||||
* Can be any of this: `WebKit`, `Blink`, `Gecko`, `Trident`, `Presto`, `EdgeHTML`
|
||||
* Can be any of this: `WebKit`, `Blink`, `Gecko`, `Trident`, `Presto`, `EdgeHTML`,
|
||||
* `LibWeb`
|
||||
* @property {String|undefined} [engine.version] String version of the engine
|
||||
*/
|
||||
this.parsedResult = {};
|
||||
|
||||
Reference in New Issue
Block a user