Skip to content

Commit

Permalink
Add 'wow64' and 'fullVersionList' to UADataValues
Browse files Browse the repository at this point in the history
  • Loading branch information
Closure Team authored and Copybara-Service committed Apr 13, 2022
1 parent f10110e commit 9fd0b80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions externs/browser/wicg_uach.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ UADataValues.prototype.uaFullVersion;
/** @type {string} */
UADataValues.prototype.bitness;

/** @type {boolean|undefined} */
UADataValues.prototype.wow64;

/** @type {!Array<!NavigatorUABrandVersion>|undefined} */
UADataValues.prototype.fullVersionList;

/**
* @see https://wicg.github.io/ua-client-hints/#navigatoruadata
* @record
Expand Down

0 comments on commit 9fd0b80

Please sign in to comment.