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

Make observe() return a promise #149

Closed kenchris closed 2 years ago

kenchris commented 2 years ago

Fixes #146


Preview | Diff

arskama commented 2 years ago

The idl section needs to be changed as well. something like:

Promise observe(PressureSource source);

kenchris commented 2 years ago

@arskama you are right. Do you mind doing this in a follow up and then we can just merge this?

arskama commented 2 years ago

@kenchris I ll do it today!