Sha256: ba4912ed7b0faac4773e376c476fcf778e6e24c3469b2d401a689cb040786fdc
Contents?: true
Size: 318 Bytes
Versions: 51
Compression:
Stored size: 318 Bytes
Contents
"use strict"; // https://html.spec.whatwg.org/multipage/window-object.html#browser-interface-elements class BarPropImpl {} // Since many BarProps do not apply to modern browsers, // returning true in all cases seems to be common practice. BarPropImpl.prototype.visible = true; exports.implementation = BarPropImpl;
Version data entries
51 entries across 48 versions & 3 rubygems