Skip to content

Web Integration: Performance mixin? #387

@mgaudet

Description

@mgaudet

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions