youtube / spfjs

A lightweight JS framework for fast navigation and page updates from YouTube
https://youtube.github.io/spfjs/
MIT License
2.23k stars 147 forks source link

Suppress "non-existent property" warnings in spf.url #433

Closed nicksay closed 7 years ago

nicksay commented 7 years ago

Tighter property checking in JsCompiler is warning about the username and password property access on a elements. Temporarily suppress these warnings until the default externs can be fixed or the property accesses are removed.

rviscomi commented 7 years ago

lgtm