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

Maybe all we need is “auto” (which is the default) and “full”. I’m still unconvinced there is a use case for anything other than “full” brightness, but it gives us an extension point. 

Alternatively, using a boolean is nice because if we can abuse type coercion between 0-1 (false/true) and then step using floats (e.g., 0.5) - but again, not something that should be in v1 imo. 

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

Received on Tuesday, 18 June 2019 18:41:58 UTC