Skip to content

Commit

Permalink
FF99 ReleaseNote: Navigator.pdfViewerEnabled (#13628)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Mar 8, 2022
1 parent bf8f98f commit a3b6e84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/en-us/mozilla/firefox/releases/99/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ This article provides information about the changes in Firefox 99 that will affe

### APIs

- {{domxref("navigator.pdfViewerEnabled")}} is now enabled, and is the recommend way to determine whether a browser supports inline display of PDF files when navigating to them.
Sites that use the deprecated properties {{domxref("navigator.plugins")}} and {{domxref("navigator.mimeTypes")}} to infer PDF viewer support should now use the new property, even though these now return hard-coded mock values that match the signal provided by `pdfViewerEnabled` ({{bug(1720353)}}).


#### DOM

#### Media, WebRTC, and Web Audio
Expand Down

0 comments on commit a3b6e84

Please sign in to comment.