polyfills.console.profiles.meta.json Maven / Gradle / Ivy
The newest version!
{"browsers":{"ie":"6 - 11","firefox":"1 - 4"},"dependencies":["Window","console"],"test":{"ci":false},"spec":"https://github.com/DeveloperToolsWG/console-object/blob/master/api.md","docs":"https://developer.mozilla.org/en/docs/Web/API/console","notes":["`console.profiles` used to be an array storing profile data. It was removed in Chrome and Safari"],"detectSource":"'profiles' in this.console","testSource":"","baseDir":"console/profiles","hasTests":true,"testsSource":"/* eslint-env mocha, browser*/\n/* global proclaim, it */\n\ndescribe('console', function () {\n\n\tit('profiles()', function () {\n\t\tproclaim.doesNotThrow(function () {\n\t\t\tconsole.profiles();\n\t\t});\n\t});\n\n});"}