Skip to content

Commit

Permalink
Add screen capture (#2185)
Browse files Browse the repository at this point in the history
* Add screen capture

* Update features/screen-capture.yml

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>

---------

Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
Elchi3 and ddbeck authored Nov 12, 2024
1 parent 130fcda commit 9095ca5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
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 asks the user to choose 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

0 comments on commit 9095ca5

Please sign in to comment.