angular-cn/aio/scripts
Georgios Kalpakas b40aae54b7 fix(aio): fix PWA testing in cases where `atob`/`btoa` is necessary
In some cases (unclear when), traceviewer-js, used by Lighthouse under the hood,
assumes `atob`/`btoa` are defined in the global scope. This is true for browser
environments, but not on node.

As a result, some aggregations that required access to model-tracing failed to
produce results, dropping the overall PWA score.

This affected #16665 (e.g. commit 0de6eec7a).
2017-05-18 15:48:49 +01:00
..
deploy-preview.sh build: use subshells when changing directories 2017-05-12 12:19:51 -07:00
deploy-staging.sh build: use subshells when changing directories 2017-05-12 12:19:51 -07:00
test-pwa-score.js fix(aio): fix PWA testing in cases where `atob`/`btoa` is necessary 2017-05-18 15:48:49 +01:00