1
0
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:
Jelle Raaijmakers
2026-07-31 11:10:10 +02:00
committed by GitHub
parent 92b5639733
commit a37b8be8a7
6 changed files with 57 additions and 1 deletions

View File

@@ -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 = {};