Skip to content

Commit

Permalink
FF111 Relnote - imageOrientation value renamed from none to from-image (
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Jun 25, 2024
1 parent 310ee01 commit 1c45797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/en-us/mozilla/firefox/releases/111/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ No notable changes.
See [Firefox bug 1785123](https://bugzil.la/1785123) for more details.
- The HTTP [`Authorization`](/en-US/docs/Web/HTTP/Headers/Authorization) header is removed from [`fetch()`](/en-US/docs/Web/API/fetch) and [`XMLHttpRequest`](/en-US/docs/Web/API/XMLHttpRequest) requests that are redirected cross-origin (`fetch()` headers may be added by developers using the [`option.headers`](/en-US/docs/Web/API/fetch#headers) argument).
See [Firefox bug 1802086](https://bugzil.la/1802086) for more details.
- The `none` value of the `options.imageOrientation` parameter passed to [`createImageBitmap()`](/en-US/docs/Web/API/createImageBitmap) has been renamed to [`from-image`](/en-US/docs/Web/API/createImageBitmap#from-image).
This is to better match the meaning of the equivalent CSS [`image-orientation`](/en-US/docs/Web/CSS/image-orientation) property. ([Firefox bug 1809740](https://bugzil.la/1809740)).

#### DOM

Expand Down

0 comments on commit 1c45797

Please sign in to comment.