Ozair Patel
Ozair Patel
When "Disable Script Debugging" is enabled on IE11 and the console is closed, IE11 will only provide `console.error` whilst other methods which are declared Non-Nullable in [WHATWG Console Specification IDL](https://console.spec.whatwg.org/#console-namespace)...
A `.d.ts`declaration file would be awesome for TypeScript users:)
Laravel supports multiple languages which are usable through Blade ```blade @lang('home.welcome) ``` In Android Studio, the same is possible, when setting text instead putting `@string/home_welcome` would produce the same result....
Creating a `index.d.ts` to improve experience for typescript users. Wouldn't mind PR'ing this. see: https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html
On IE (tested on 11 bug same behavior reported on 8 & 9) if the "Disable Script Debugging" setting is enabled IE only provides `console.error` unless the console is open....