- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Dec 2016 12:18:52 +0000
- To: public-media-capture@w3.org
alvestrand has just created a new issue for https://github.com/w3c/mediacapture-image: == Separate getPhotoCapabilities from getSettings == The mixture of getPhotoCapabilities and getting settings is painful for the platform users. getPhotoCapabilities is likely done only once at object init time, while getSettings is probably done every time some operation needs to display or modify them. This structure also prevents the easy use of setOptions as in getSettings().then(s=>{modify s; setOptions(s)). Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/123 using your GitHub account
Received on Wednesday, 7 December 2016 12:18:58 UTC