Description
WritableStream && ReadableStream && ReadableStream.pipeTo were added in all modern versions of Firefox (since Firefox 100 (Release date: 2022-05-03)), so we can remove the patch.
https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream
https://developer.mozilla.org/en-US/docs/Web/API/WritableStream
Related Pull Requests
Change was removed from this PR: Add more tests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
Unit tests, successfully downloading an 8.7 GB file in Firefox (screenshots are in PB-4600)
Additional Notes
Download is very slow (at least from the office wifi)