Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Values of this type are strings. Possible values are:
- : Resources loaded to be rendered as image, except for `imageset` on browsers that support that type (see browser compatibility below).
- `imageset`
- : Images loaded by a {{HTMLElement("picture")}} element or given in an `<img>` element's [`srcset`](/en-US/docs/Web/HTML/Reference/Elements/img#srcset) attribute.
- `json`
- : JSON modules loaded through an [import statement](/en-US/docs/Web/JavaScript/Reference/Statements/import).
- `main_frame`
- : Top-level documents loaded into a tab.
- `media`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Values of this type are strings. Possible values are:
- : Resources loaded to be rendered as image, except for `imageset` on browsers that support that type (see browser compatibility below).
- `imageset`
- : Images loaded by a {{HTMLElement("picture")}} element or given in an `<img>` element's [`srcset`](/en-US/docs/Web/HTML/Reference/Elements/img#srcset) attribute.
- `json`
- : JSON modules loaded through an [import statement](/en-US/docs/Web/JavaScript/Reference/Statements/import).
- `main_frame`
- : Top-level documents loaded into a tab.
- `media`
Expand Down
1 change: 1 addition & 0 deletions files/en-us/mozilla/firefox/releases/138/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ No notable changes
- `groupId` to {{WebExtAPIRef("tabs.Tab")}}. ([Firefox bug 1959713](https://bugzil.la/1959713))
- `groupId` to {{WebExtAPIRef("tabs.query")}}. ([Firefox bug 1959715](https://bugzil.la/1959715))
- `groupId` to {{WebExtAPIRef("tabs.onUpdated")}}. ([Firefox bug 1959716](https://bugzil.la/1959716)
- The `json` resource type is now supported in both {{WebExtAPIRef("webRequest.ResourceType")}} and {{WebExtAPIRef("declarativeNetRequest.ResourceType")}} in Firefox, with import attributes enabled by default. Previously, it was reported as `script`. ([Firefox bug 1858078](https://bugzil.la/1858078) and [Firefox bug 1950836](https://bugzil.la/1950836))

## Experimental web features

Expand Down