docs: remove IE10 references from comments in the code (#39090)

PR Close #39090
This commit is contained in:
Andrew Kushnir
2020-10-02 11:47:47 -07:00
committed by atscott
parent a051d97429
commit 8fd25d9614
23 changed files with 28 additions and 29 deletions

View File

@ -689,7 +689,7 @@ export class $locationShim {
*
* This method is supported only in HTML5 mode and only in browsers supporting
* the HTML5 History API methods such as `pushState` and `replaceState`. If you need to support
* older browsers (like IE9 or Android < 4.0), don't use this method.
* older browsers (like Android < 4.0), don't use this method.
*
*/
state(): unknown;