MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / getComputedStyle

Function getComputedStyle

tools/common/browser-stubs.js:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36var HTMLElement = function() {};
37HTMLElement.prototype = Object.create(Element.prototype);
38var getComputedStyle = function() { return {}; };
39var navigator = { userAgent: '' };
40var location = { href: '', protocol: 'https:', host: 'localhost' };
41var console = { log: function(){}, warn: function(){}, error: function(){}, debug: function(){}, info: function(){} };

Callers 15

resolveComputedStyleMethod · 0.70
toggleMethod · 0.70
resolveComputedStyleMethod · 0.50
toggleMethod · 0.50
resolveComputedStyleMethod · 0.50
toggleMethod · 0.50
resolveComputedStyleMethod · 0.50
toggleMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected