W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > May 2022

Re: [mediacapture-region] Why expose produceCropTarget at MediaDevices level? (#11)

From: François Beaufort via GitHub <sysbot+gh@w3.org>
Date: Wed, 18 May 2022 13:08:28 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-1129996231-1652879306-sysbot+gh@w3.org>
If I understand correctly, we would get something like this: A static method from an interface that would return the interface.

```json5
[
  SecureContext,
  Exposed=(Window,Worker),
  Serializable
] interface CropTarget {
  static Promise<CropTarget> fromElement(Element element);
};
```

This would be the **first time** we introduce this pattern to the Web Platform.
It feels weird from a web developer perspective.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 18 May 2022 13:08:29 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:57 UTC