Re: [mediacapture-region] Should we support strings in addition or in lieu of opaque identifiers? (#46)

Note - if a CropTarget() is stringable, there are only two ways to use that string that I can think of:
- Compare it to the string value of a cropTarget you already have ("verification")
- Create a CropTarget from it (new API)

All the verification that this is a valid crop target that you're supposed to have access to would be in the "create a CropTarget" function. The stringification part alone is basically harmless, because it's mostly useless.


-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/mediacapture-region/issues/46#issuecomment-1875315170 using your GitHub account


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

Received on Wednesday, 3 January 2024 12:43:06 UTC