-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to EpochTimeStamp #338
Conversation
So DOMTimeStamp is nicely linked to the WebIDL spec. That means we don't really have to have a definition for it in this specification. I can't find a similar resource for EpochTimeStamp. Is this something that respec will sort out for us? |
Sorry, I should have given more context!
DOMTimeStamp is giong away:
It was renamed
Missing reference... fixing now :) |
Using Gecko bug https://bugzilla.mozilla.org/show_bug.cgi?id=1497431 ... sent a patch. |
This is great Marcos, thank you! Looks good to me, and I filed a Chromium bug for us to move here: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could simplify the subscription expiration time
definition (line 184) a little bit, but the redundancy is minor and avoids having to cross-check with another document, so I'd be inclined to keep it.
@beverloo, just a heads up that I've defaulted |
…() r=mt,peterv Adds expirationTime to PushManager, which uses EpochTimeStamp. See w3c/push-api#338 Differential Revision: https://phabricator.services.mozilla.com/D128046
…() r=mt,peterv Adds expirationTime to PushManager, which uses EpochTimeStamp. See w3c/push-api#338 Differential Revision: https://phabricator.services.mozilla.com/D128046
…() r=mt,peterv Adds expirationTime to PushManager, which uses EpochTimeStamp. See w3c/push-api#338 Differential Revision: https://phabricator.services.mozilla.com/D128046
…() r=mt,peterv Adds expirationTime to PushManager, which uses EpochTimeStamp. See w3c/push-api#338 Differential Revision: https://phabricator.services.mozilla.com/D128046
Closes #337
DOMTimeStamp is giong away:
whatwg/webidl#1021
It was renamed EpochTimeStamp and is now part of HR-Time:
w3c/hr-time#124
The following tasks have been completed:
Implementation commitment:
Preview | Diff