prime icon indicating copy to clipboard operation
prime copied to clipboard

An essential JavaScript library for node.js and browsers

Results 3 prime issues
Sort by recently updated
recently updated
newest added

rAF passes a DOMHighResTimeStamp (Performance.now()) or a DOMTimeStamp (Date.now()) if the prefixed version is used, since Performance.now() is not available, either using Date.now() or +new Date() should be enough, last...