-
Notifications
You must be signed in to change notification settings - Fork 13
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
Web Perf #15
Comments
@lucacasonato ... does Deno have plans to implement I can say definitively that Workers will not be providing an impl of this API for general users due to a number of spectre-related security concerns but it definitely does meet the basic At-Least-Two criteria. |
Yes, we want to implement that API in the limit. @legendecas Deno is shipping timeOrigin in 1.22 (tomorrow) by the way |
We spoke briefly about this on the last wintercg call. Where we landed was that this likely falls under the "normative optional" category. That is, it doesn't likely belong in the minimum common api document but, if it is going to be implemented it should be done in a consistent way. A separate note documenting the minimum expectations should be written up. |
Created wintercg/performance#2 to continue the efforts. |
Currently, the implementation status of the WebPerf spec is as following table:
I believe APIs that are included in User Timing, Performance Timeline, and HR Time are met the bar of at least two runtimes implemented and can be added to the list of the common minimum api.
The text was updated successfully, but these errors were encountered: