w3c / compute-pressure

A web API proposal that provides information about available compute capacity
https://www.w3.org/TR/compute-pressure/
Other
69 stars 10 forks source link

Rename supportedSources to knownSources #268

Closed kenchris closed 5 months ago

kenchris commented 5 months ago

The list is now mandated to be returned in alphabetical order, this was not the case before.

Fixes #266


Preview | Diff

arskama commented 5 months ago

LGTM, but need more reviewers.

kenchris commented 5 months ago

I think we should merge this and we can make changes when we get answers to the files issue on the WebIDL repo.

It is basically just a rename and it needs the global object to create a FrozenArray (which is an array and thus an object)