Closed
Description
TypeScript Version: 2.2.0-dev.20170117
Code
(new Date()).toGMTString();
Expected behavior:
No errors.
Actual behavior:
Error: Property 'toGMTString' does not exist on type 'Date'.
MDN link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toGMTString
This method is deprecated, but still available in browsers and Node.js.