awslabs / llrt

LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.
Apache License 2.0
7.74k stars 342 forks source link

feat: Implement globalThis.performance.toJSON() #324

Closed nabetti1720 closed 3 months ago

nabetti1720 commented 3 months ago

Description of changes

The Minimum Common Web Platform API is being considered at WinterCG. In this context, the performance API is being studied in the High Resolution Time Team. We believe that implementing toJSON() will also be compliant with this draft.

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.