Sha256: 51687f41d01b2b89be12ecad1c0c055d88fbcf1e6cf27c0809888e506524f01b
Contents?: true
Size: 564 Bytes
Versions: 35
Compression:
Stored size: 564 Bytes
Contents
(function(undefined) { // Detection from https://github.com/Financial-Times/polyfill-library/blob/v3.111.0/polyfills/Date/now/detect.js var detect = ('Date' in self && 'now' in self.Date && 'getTime' in self.Date.prototype) if (detect) return // Polyfill from https://polyfill.io/v3/polyfill.js?version=3.111.0&features=Date.now&flags=always Date.now = function () { return new Date().getTime(); }; }).call('object' === typeof window && window || 'object' === typeof self && self || 'object' === typeof global && global || {});
Version data entries
35 entries across 35 versions & 1 rubygems