Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.74] [Fabric] Support blob: images #13296

Merged
merged 3 commits into from
Jun 5, 2024

Conversation

acoates-ms
Copy link
Contributor

@acoates-ms acoates-ms commented Jun 4, 2024

Description

Port of #13285 to 0.74

Some slight modifications to the original PR to deal with the fact that in 0.74 the fabric code didn't include the ImageErrorInfo struct, or report those errors to JS.

I basically replaced the uses of ImageErrorInfo with a std::string. -- It is not passed to JS in 0.74.

Microsoft Reviewers: Open in CodeFlow

…acks (microsoft#13285)

* [Fabric] Support blob: images, and provide better image.onError callbacks

* Change files

* Remove some test code

* Add user-agent

* Add public API to set default User-Agent header

* various fixes

* fix snapshots

* Rename Networking -> HttpSettings

* Change files

* fix

* Http.UserAgent RuntimeOption needs to be set before the HttpResource is created
@acoates-ms acoates-ms requested review from a team as code owners June 4, 2024 15:57
@acoates-ms acoates-ms merged commit 72a42e8 into microsoft:0.74-stable Jun 5, 2024
95 checks passed
@acoates-ms acoates-ms deleted the blobimg74 branch June 5, 2024 16:09
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.

None yet

3 participants