From 7234c30d773a6e5f8ed480fc61dbcea33bb79c6f Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:35:57 +0800 Subject: [PATCH] Add Chrome Android impl_url for Local Font Access API --- api/FontData.json | 3 ++- api/Window.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/api/FontData.json b/api/FontData.json index 22bf4dff6ddbdd..ec94fda3fed4a2 100644 --- a/api/FontData.json +++ b/api/FontData.json @@ -9,7 +9,8 @@ "version_added": "103" }, "chrome_android": { - "version_added": false + "version_added": false, + "impl_url": "https://crbug.com/40840834" }, "edge": "mirror", "firefox": { diff --git a/api/Window.json b/api/Window.json index 49ab1c2355e3a0..c5a7a175d7568f 100644 --- a/api/Window.json +++ b/api/Window.json @@ -4283,7 +4283,8 @@ "version_added": "103" }, "chrome_android": { - "version_added": false + "version_added": false, + "impl_url": "https://crbug.com/40840834" }, "edge": "mirror", "firefox": {