Skip to content

Commit 9095ca5

Browse files
Elchi3ddbeck
andauthored
Add screen capture (#2185)
* Add screen capture * Update features/screen-capture.yml Co-authored-by: Daniel D. Beck <[email protected]> --------- Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 130fcda commit 9095ca5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

features/draft/spec/screen-capture.yml renamed to features/screen-capture.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
draft_date: 2024-10-28
2-
name: Screen Capture
3-
description: TODO
1+
name: Screen capture
2+
description: The `navigator.mediaDevices.getDisplayMedia()` method asks the user to choose a screen or portion of a screen (such as a window) to capture as a media stream.
43
spec: https://w3c.github.io/mediacapture-screen-share/
4+
status:
5+
compute_from: api.MediaDevices.getDisplayMedia
56
compat_features:
67
- api.CaptureController
78
- api.CaptureController.CaptureController

features/draft/spec/screen-capture.yml.dist renamed to features/screen-capture.yml.dist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
status:
55
baseline: false
6-
support: {}
6+
support:
7+
chrome: "72"
8+
edge: "79"
9+
firefox: "33"
10+
safari: "13"
711
compat_features:
812
# baseline: false
913
# support:
@@ -23,6 +27,7 @@ compat_features:
2327
# safari_ios: "11.3"
2428
- api.MediaStreamTrack.applyConstraints.displaySurface_constraint
2529

30+
# ⬇️ Same status as overall feature ⬇️
2631
# baseline: false
2732
# support:
2833
# chrome: "72"

0 commit comments

Comments
 (0)