Skip to content
Merged
Changes from all commits
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
11 changes: 0 additions & 11 deletions microsoft-edge/web-platform/release-notes/136.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ To stay up-to-date and get the latest web platform features, download a preview
* [Captured surface resolution](#captured-surface-resolution)
* [Dispatching click events to captured pointer](#dispatching-click-events-to-captured-pointer)
* [Explicit compile hints with magic comments](#explicit-compile-hints-with-magic-comments)
* [H265 (HEVC) codec support in WebRTC](#h265-hevc-codec-support-in-webrtc)
* [H26x codec support updates for MediaRecorder](#h26x-codec-support-updates-for-mediarecorder)
* [Language support for `CanvasTextDrawingStyles`](#language-support-for-canvastextdrawingstyles)
* [Permissions Policy reports for iframes](#permissions-policy-reports-for-iframes)
Expand Down Expand Up @@ -214,16 +213,6 @@ In JavaScript, magic comments are comments that start with `//#`.
See [Explainer for Explicit JavaScript Compile Hints](https://github.com/WICG/explicit-javascript-compile-hints-file-based/blob/main/README.md).


<!-- ---------- -->
###### H265 (HEVC) codec support in WebRTC

The H265 (HEVC) codec has increased compression efficiency (higher quality per bitrate) relative to VP8/VP9/H264, and has very strong hardware support.

Support for the H265 (HEVC) codec in WebRTC improves the visual experience, increases battery life, and reduces the risk of performance issues.

See [WebRTC API](https://developer.mozilla.org/docs/Web/API/WebRTC_API) at MDN.


<!-- ---------- -->
###### H26x codec support updates for MediaRecorder

Expand Down