Sha256: 4c0adf96d3b587f8d1199fe44dfd8ef75f0b8712b89ecee22564d4e88c0be414
Contents?: true
Size: 353 Bytes
Versions: 51
Compression:
Stored size: 353 Bytes
Contents
"use strict"; // https://drafts.csswg.org/cssom-view-1/#the-screen-interface class ScreenImpl {} ScreenImpl.prototype.availWidth = 0; ScreenImpl.prototype.availHeight = 0; ScreenImpl.prototype.width = 0; ScreenImpl.prototype.height = 0; ScreenImpl.prototype.colorDepth = 24; ScreenImpl.prototype.pixelDepth = 24; exports.implementation = ScreenImpl;
Version data entries
51 entries across 48 versions & 3 rubygems