GoogleChrome / developer.chrome.com

The frontend, backend, and content source code for developer.chrome.com
https://developer.chrome.com
Other
1.66k stars 1.58k forks source link

Damaged Links #5846

Closed Jemeni11 closed 11 months ago

Jemeni11 commented 1 year ago

Describe the bug There are two damaged links in the Stable APIs table of the API Reference page.

To Reproduce Steps to reproduce the behavior:

  1. Go to the Stable APIs table located on the API Reference page
  2. Scroll down to the tts and the ttsEngine fields of the table.
  3. See the damaged links.

Screenshots chrome docs error

Desktop (please complete the following information):

Additional context

tts Use the chrome.tts API to play synthesized text-to-speech (TTS). See also the related {@link ttsEngine} API, which allows an extension to implement a speech engine.

ttsEngine Use the chrome.ttsEngine API to implement a text-to-speech(TTS) engine using an extension. If your extension registers using this API, it will receive events containing an utterance to be spoken and other parameters when any extension or Chrome App uses the {@link tts} API to generate speech. Your extension can then use any available web technology to synthesize and output the speech, and send events back to the calling function to report the status.

Jemeni11 commented 1 year ago

Hey @AmySteam , I just want to point out that this bug hasn't been fixed yet

dstmarthe commented 11 months ago

Thanks for raising this. We’re moving to a new platform and so we’ll fix this over there. I’ve moved the issue to our new tracker and you can see it at: https://issuetracker.google.com/issues/310005453

Jemeni11 commented 11 months ago

Thanks for the update! I'll keep an eye on the new tracker