Skip to content

Commit

Permalink
test: Improved UA parser with Chromecast support
Browse files Browse the repository at this point in the history
Our Chromecast tests have started reporting the device as "Linux
aarch64", which is not useful.  This moves us to a fork of
ua-parser-js which can recognize a Chromecast and report its firmware
version.  A pull request has been submitted at
faisalman/ua-parser-js#439.

Change-Id: I158cc2b0dd6fb6ec03825ac9648b05a3096da31b
  • Loading branch information
joeyparrish committed Aug 12, 2020
1 parent 78150f4 commit 34a20d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"stylelint": "github:theodab/stylelint",
"stylelint-config-standard": "^18.3.0",
"tippy.js": "^4.3.1",
"ua-parser-js": "github:joeyparrish/ua-parser-js#develop",
"which": "^1.3.1"
},
"main": "dist/shaka-player.compiled.js",
Expand Down

0 comments on commit 34a20d0

Please sign in to comment.