In #331 a few performance related PRs were merged; but I don't think any of them merged an actual performance object. In the hr-time spec that's the ``` partial interface mixin WindowOrWorkerGlobalScope { [Replaceable] readonly attribute Performance performance; }; ``` If we want to expose the Performance interfaces, we need a Performance object to act as receiver for some of the methods of interest.