-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Area: NetworkingWorkstream: Component ParityClose the parity gap between RNW and RN for core RN components and their supporting APIs.Close the parity gap between RNW and RN for core RN components and their supporting APIs.enhancement
Milestone
Description
return @[@"didCompleteNetworkResponse",
@"didReceiveNetworkResponse",
@"didSendNetworkData",
@"didReceiveNetworkIncrementalData",
@"didReceiveNetworkDataProgress",
@"didReceiveNetworkData"];
Events didReceiveNetworkDataProgress and didReceiveNetworkIncrementalData are not triggered/handled by React Native Windows' HTTP module.
This prevents showing HTTP download progress in UI or acknowledging incremental data download steps.
Steps to reproduce
- Start the Playground app.
Set-Location packages\playground yarn windows --sln windows\playground.sln
- Load the default bundle
Samples\rntester. - Open the XMLHttpRequest component.
- On the
File Downloadsection, click on theDownload 7MB text filebutton.
Expected result
Progress and total size are displayed in the corresponding text label:

Actual result
Metadata
Metadata
Assignees
Labels
Area: NetworkingWorkstream: Component ParityClose the parity gap between RNW and RN for core RN components and their supporting APIs.Close the parity gap between RNW and RN for core RN components and their supporting APIs.enhancement
