WebPlatformTest / HTML5test

How well does your browser support HTML5?
https://html5test.com
MIT License
993 stars 192 forks source link

Microsoft Edge 17 supports the Screen Capture API #543

Open MuleaneEve opened 6 years ago

MuleaneEve commented 6 years ago

As announced on their blog: https://blogs.windows.com/msedgedev/2018/05/02/bringing-screen-capture-to-microsoft-edge-media-capture-api/

HTML5test currently reports "No" instead of "Yes": https://html5test.com/compare/feature/media.getDisplayMedia.html

Here is a test that works on Edge 17: https://turbographics2000.github.io/screencapture_test/

dstorey commented 6 years ago

The test is incorrect (same for writeable streams). It works in alpha.html5test.com but that has not been released yet.

MuleaneEve commented 6 years ago

Is it normal that the report on the Alpha site still says "No" as well?

https://alpha.html5test.com/compare/feature/media.getDisplayMedia.html

dstorey commented 6 years ago

I believe the feature comparison thing on alpha still uses the stable versions data. The actual test itself works

MuleaneEve commented 6 years ago

Ok. Thanks.

I look forward to the update, then.