Skip to content

Commit

Permalink
Remove link to dictionary in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored and hamishwillee committed Oct 15, 2021
1 parent 5aa0453 commit 40a45e7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ navigator.mediaCapabilities.decodingInfo(videoConfiguration).then(result => {
});
```

The response provided is defined by the  [`MediaCapabilitiesInfo`](https://w3c.github.io/media-capabilities/#media-capabilities-info) dictionary.

## Handling errors

In our video decoding example, a `TypeError` would be raised if the media configuration passed to the {{domxref("MediaCapabilities.decodingInfo", "decodingInfo()")}} method was invalid. There are a few reasons why an error might occur, including:
Expand Down

0 comments on commit 40a45e7

Please sign in to comment.