console-shim icon indicating copy to clipboard operation
console-shim copied to clipboard

Browser console compatibility shim for legacy JavaScript engines

Results 5 console-shim issues
Sort by recently updated
recently updated
newest added

The console spec says that the console functions are enumerable. In some order browsers this may not the case like; FF < 49 Some logger wrappers use Object.keys(window.console) to get...

The following is a memory leak fix that occurs in some browsers when refreshing. Cheers, Jose

Please see the discussion here: http://bugs.jquery.com/ticket/13274 Paul Irish recommends using this: https://gist.github.com/padolsey/527683 instead of @cc_on because it is slow.

The line with: var console = (/*\* @type {Object} */ global.console); results in memory leak in IE9-

#### Hey, maintainer(s) of kayahr/console-shim! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...