[w3c/clipboard-apis] Change lastModified to DOMTimeStamp (#138)

[ClipboardItem.lastModified](https://w3c.github.io/clipboard-apis/#dom-clipboarditem-lastmodified) is currently defined as `long long`.

It probably should be `unsigned long long`, but [DOMTimeStamp](https://developer.mozilla.org/en-US/docs/Web/API/DOMTimeStamp) seems like an even better choice.

Is there a good reason to keep this `long long`? Any objections to changing this to `DOMTimeStamp`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/138

Received on Friday, 5 March 2021 00:01:04 UTC