Re: [screen-wake-lock] Need maximum screen brightness mode (#129)

How would you see this use case covered now?

```js
document.querySelector('input[type=range]').oninput = () => {
  const brightness = event.target.value; // [0-100]
  navigator.wakeLock.request("screen", { brightness }).then(() => {
    // Screen brightness has been updated.
  });
}
```

-- 
GitHub Notification of comment by beaufortfrancois
Please view or discuss this issue at https://github.com/w3c/screen-wake-lock/issues/129#issuecomment-927682878 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 27 September 2021 09:17:35 UTC