<!-- BUGS: Please use this template. --> <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript --> <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> **TypeScript Version:** 2.4.0 / nightly (2.5.0-dev.201xxxxx) **Code** ```ts navigator.credentials ``` **Expected behavior:** **Actual behavior:** compiler error: error TS2339: Property 'credentials' does not exist on type 'Navigator'.
TypeScript Version: 2.4.0 / nightly (2.5.0-dev.201xxxxx)
Code
Expected behavior:
Actual behavior:
compiler error: