From 87b4c5a0303ff0829a5abb3494a399df18155ef9 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 27 Sep 2022 12:26:29 +1000 Subject: [PATCH] FF105 RelNote - Font Loading API in workers (#21099) --- .../firefox/experimental_features/index.md | 41 ------------------- .../mozilla/firefox/releases/105/index.md | 2 + 2 files changed, 2 insertions(+), 41 deletions(-) diff --git a/files/en-us/mozilla/firefox/experimental_features/index.md b/files/en-us/mozilla/firefox/experimental_features/index.md index ff76b556fc337a1..0f7cae41f03f7bc 100644 --- a/files/en-us/mozilla/firefox/experimental_features/index.md +++ b/files/en-us/mozilla/firefox/experimental_features/index.md @@ -936,47 +936,6 @@ This new API provides low-level support for performing computation and graphics -### CSS Font Loading API - -The [CSS Font Loading API](/en-US/docs/Web/API/CSS_Font_Loading_API) can now be used in worker threads. -See {{bug(1072107)}}. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Release channelVersion addedEnabled by default?
Nightly104No
Developer Edition104No
Beta104No
Release104No
Preference namelayout.css.font-loading-api.workers.enabled
- ### Audio Output API #### MediaDevices.selectAudioOutput() diff --git a/files/en-us/mozilla/firefox/releases/105/index.md b/files/en-us/mozilla/firefox/releases/105/index.md index 2417324946804ca..fc579bd3f0cce84 100644 --- a/files/en-us/mozilla/firefox/releases/105/index.md +++ b/files/en-us/mozilla/firefox/releases/105/index.md @@ -36,6 +36,8 @@ No notable changes. - The [OffscreenCanvas](/en-US/docs/Web/API/OffscreenCanvas) API provides a canvas that can be rendered off-screen in both window and [web worker](/en-US/docs/Web/API/OffscreenCanvas#asynchronous_display_of_frames_produced_by_an_offscreencanvas) contexts. This allows `` elements to be decoupled from the DOM. The [OffscreenCanvasRenderingContext2D](/en-US/docs/Web/API/OffscreenCanvasRenderingContext2D) interface provides support for this and is now enabled by default ({{bug(1746110)}}). +- The [CSS Font Loading API](/en-US/docs/Web/API/CSS_Font_Loading_API) can now be used in worker threads ({{bug(1072107)}}). + ### WebDriver conformance (WebDriver BiDi, Marionette) #### WebDriver BiDi