Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
draft_date: 2024-10-28
name: Screen Capture
description: TODO
name: Screen capture
description: The `navigator.mediaDevices.getDisplayMedia()` method lets the user select a screen or portion of a screen (such as a window) to capture as a media stream.
spec: https://w3c.github.io/mediacapture-screen-share/
status:
compute_from: api.MediaDevices.getDisplayMedia
compat_features:
- api.CaptureController
- api.CaptureController.CaptureController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

status:
baseline: false
support: {}
support:
chrome: "72"
edge: "79"
firefox: "33"
safari: "13"
compat_features:
# baseline: false
# support:
Expand All @@ -23,6 +27,7 @@ compat_features:
# safari_ios: "11.3"
- api.MediaStreamTrack.applyConstraints.displaySurface_constraint

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "72"
Expand Down