From 654cf6d4547e9cddae34d162e1d0fec0f5bb3540 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Wed, 10 Nov 2021 01:27:29 -0800 Subject: [PATCH] Add api.AudioData.timestamp to BCD (#13390) This PR adds the missing `timestamp` member of the `AudioData` API to BCD. The data was collected using the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v4.0.0). Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/AudioData/timestamp _Check out the [collector's guide on how to review this PR](https://github.com/foolip/mdn-bcd-collector#reviewing-bcd-changes)._ --- api/AudioData.json | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/api/AudioData.json b/api/AudioData.json index 884f4f028f7671..caed88455a75d0 100644 --- a/api/AudioData.json +++ b/api/AudioData.json @@ -538,6 +538,55 @@ "deprecated": false } } + }, + "timestamp": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioData/timestamp", + "spec_url": "https://w3c.github.io/webcodecs/#dom-audiodata-timestamp", + "support": { + "chrome": { + "version_added": "94" + }, + "chrome_android": { + "version_added": "94" + }, + "edge": { + "version_added": "94" + }, + "firefox": { + "version_added": false + }, + "firefox_android": { + "version_added": false + }, + "ie": { + "version_added": false + }, + "opera": { + "version_added": "80" + }, + "opera_android": { + "version_added": false + }, + "safari": { + "version_added": false + }, + "safari_ios": { + "version_added": false + }, + "samsunginternet_android": { + "version_added": false + }, + "webview_android": { + "version_added": "94" + } + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } } } }