Skip to content
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

Convert generateCertificate argument to DOMHighResTimeStamp #2700

Merged
merged 3 commits into from
Dec 2, 2021

Conversation

alvestrand
Copy link
Contributor

@alvestrand alvestrand commented Nov 22, 2021

Also add some explainer notes.

Fixes #2674


Preview | Diff

webrtc.html Outdated
};</pre>
<dl data-link-for="RTCCertificateExpiration" data-dfn-for=
"RTCCertificateExpiration" class="methods">
<dt data-tests=
"RTCPeerConnection-generateCertificate.html,RTCCertificate.html">
<dfn>expires</dfn>, of type {{EpochTimeStamp}}
<dfn>expires</dfn>, of type {{DOMHighResTimeStamp}}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use type "long long" and say "milliseconds relative to EpochTimestamp now()"

@alvestrand alvestrand merged commit 70af77e into main Dec 2, 2021
@alvestrand alvestrand deleted the hires-timestamp branch December 2, 2021 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider using DOMHighResTimestamp instead of DOMTimeStamp
2 participants