Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion files/en-us/web/api/request/destination/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describing the type of content being requested.

The string must be one of the `audio`, `audioworklet`,
`document`, `embed`, `fencedframe`, `font`, `frame`,
`iframe`, `image`, `manifest`, `object`,
`iframe`, `image`, `json`, `manifest`, `object`,
`paintworklet`, `report`, `script`, `sharedworker`,
`style`, `track`, `video`, `worker`
or `xslt` strings, or the empty string, which is the default value.
Expand Down Expand Up @@ -64,6 +64,8 @@ Possible values are:
- : The target is a font.
- `"image"`
- : The target is an image.
- `"json"`
- : The target is a JSON file.
- `"manifest"`
- : The target is a manifest.
- `"object"`
Expand Down