Skip to content

Update crossOrigin property type to "use-credentials" or "anonymous" - #2551

Open
Adam Naji (Bashamega) wants to merge 2 commits into
microsoft:mainfrom
Bashamega:fix/cross-origin
Open

Update crossOrigin property type to "use-credentials" or "anonymous"#2551
Adam Naji (Bashamega) wants to merge 2 commits into
microsoft:mainfrom
Bashamega:fix/cross-origin

Conversation

@Bashamega

Copy link
Copy Markdown
Contributor

…trict values to "use-credentials" or "anonymous" across multiple TypeScript baseline files.
@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Thanks for the PR!

This section of the codebase is owned by Kagami Sascha Rosylight (@saschanaz) - if they write a comment saying "LGTM" then it will be merged.

Comment thread inputfiles/patches/html.kdl Outdated
interface HTMLImageElement {
property decoding overrideType=#""async" | "sync" | "auto""#
property loading overrideType=#""eager" | "lazy""#
property crossOrigin overrideType=#""use-credentials" | "anonymous""#

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

…nsure consistent ordering of values across TypeScript baseline files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HTMLImageElement#crossOrigin should use literal union type from allowable values

2 participants