diff --git a/externs/browser/wicg_uach.js b/externs/browser/wicg_uach.js index 5b9611aca1e..9e4c5c9b72f 100644 --- a/externs/browser/wicg_uach.js +++ b/externs/browser/wicg_uach.js @@ -59,6 +59,12 @@ UADataValues.prototype.uaFullVersion; /** @type {string} */ UADataValues.prototype.bitness; +/** @type {boolean|undefined} */ +UADataValues.prototype.wow64; + +/** @type {!Array|undefined} */ +UADataValues.prototype.fullVersionList; + /** * @see https://wicg.github.io/ua-client-hints/#navigatoruadata * @record