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

Allow disabling Blob Cxx module #11979

Merged

Conversation

JunielKatarn
Copy link
Contributor

@JunielKatarn JunielKatarn commented Aug 4, 2023

Description

Allows disabling the Blob module in Desktop apps.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Why

Host apps that override the RNW-provided HTTP module will encounter issues if they don't provide Blob support, due to the inter-dependency between both modules.

What

Introduces runtime option Blob.DisableModule.

Testing

Added RNTesterIntegrationTests::Fetch.

Microsoft Reviewers: codeflow:open?pullrequest=https://github.com/microsoft/react-native-windows/pull/11979&drop=dogfoodAlpha

@JunielKatarn JunielKatarn requested review from a team as code owners August 4, 2023 06:40
@JunielKatarn JunielKatarn requested a review from a team August 4, 2023 06:41
Copy link
Member

@dannyvv dannyvv left a comment

Choose a reason for hiding this comment

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

:shipit:

@JunielKatarn JunielKatarn merged commit bde337f into microsoft:main Aug 4, 2023
44 checks passed
JunielKatarn added a commit to jurocha-ms/react-native-windows that referenced this pull request Aug 4, 2023
* Define FetchTest

* Implement fetch test

* Allow disabling Blob Cxx module

* Change files

* Format FetchTest.js

* yarn lint
JunielKatarn added a commit to jurocha-ms/react-native-windows that referenced this pull request Aug 4, 2023
* Define FetchTest

* Implement fetch test

* Allow disabling Blob Cxx module

* Change files

* Format FetchTest.js

* yarn lint
JunielKatarn added a commit that referenced this pull request Aug 4, 2023
* Allow disabling Blob Cxx module (#11979)

* Define FetchTest

* Implement fetch test

* Allow disabling Blob Cxx module

* Change files

* Format FetchTest.js

* yarn lint

* Remove change files

* Change files
JunielKatarn added a commit that referenced this pull request Aug 4, 2023
* Allow disabling Blob Cxx module (#11979)

* Define FetchTest

* Implement fetch test

* Allow disabling Blob Cxx module

* Change files

* Format FetchTest.js

* yarn lint

* Remove change files

* Change files
JunielKatarn added a commit to jurocha-ms/react-native-windows that referenced this pull request Aug 29, 2023
* Define FetchTest

* Implement fetch test

* Allow disabling Blob Cxx module

* Change files

* Format FetchTest.js

* yarn lint
JunielKatarn added a commit to jurocha-ms/react-native-windows that referenced this pull request Aug 29, 2023
* Define FetchTest

* Implement fetch test

* Allow disabling Blob Cxx module

* Change files

* Format FetchTest.js

* yarn lint
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

2 participants