Closed
Conversation
Member
Author
|
When we eventually drop support for node 18, we can finally get rid of our File implementation, which means we won't have to run any FileAPI WPTs anymore! |
Member
|
Unfortunately I don't think we can drop Node v18 anytime soon because it’ll be lts for another year. |
Member
Author
|
Of course not 😅. I was just talking about way in the future. We still have our own File. |
Member
|
Rebase to next branch? |
28d81d2 to
fefe90d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2728 +/- ##
=======================================
Coverage ? 88.44%
=======================================
Files ? 81
Lines ? 7384
Branches ? 0
=======================================
Hits ? 6531
Misses ? 853
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Member
Author
|
can we land this? 👀 |
Member
Author
|
I made a PR to remove FileReader from fetch tests. This is safe to land in the meantime. web-platform-tests/wpt#44893 |
metcoder95
approved these changes
Mar 3, 2024
* fetch: improve output for FormData * fetch: improve output for Response * fetch: improve output for Request * fetch: improve output for Request * feat: repair code * feat: repair code * feat: repair code * fix: repair codes & tests * fix: repair tests & response & request class * Update response.js Co-authored-by: Khafra <[email protected]> * fix: test repair --------- Co-authored-by: Mert Can Altin <[email protected]> Co-authored-by: Khafra <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
* test: improve performance of issue-803 test * increase timeout
* for some reason this fixes the test * cleanup custom format * fixup
* chore(.github/workflows): factor out test running * chore: add nightly tests Closes nodejs#2932
…2974) Bumps node from `4999fa1` to `577f8eb`. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add types for composed dispatchers * Update types/dispatcher.d.ts * refactor: adjust --------- Co-authored-by: Matteo Collina <[email protected]>
* fix: count for error response and network errors * test: add specific test for fix * fix: conflict * refactor: address feedback
Signed-off-by: Matteo Collina <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
) * fix(fetch): properly redirect non-ascii location header url * chore: fix typo * test: use simpler code * chore: clarify what the code does * chore: add comment * chore: normalize location url only if it contains invalid character * chore: apply suggestion See: nodejs#2971 (comment) * chore: remove redundant condition check
* Remove double-stringify in setCookie * Remove unnecessary semicolon
* make eventsource properties enumberable * Use kEnumerableProperty for eventsource immutable fields * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Aras Abbasi <[email protected]>
* Refactored passing object to function params * Refactor write function argument order * Updated argument order in writeBuffer function
Bumps [borp](https://github.com/mcollina/borp) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/mcollina/borp/releases) - [Commits](https://github.com/mcollina/borp/commits/v0.15.0) --- updated-dependencies: - dependency-name: borp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [c8](https://github.com/bcoe/c8) from 9.1.0 to 10.0.0. - [Release notes](https://github.com/bcoe/c8/releases) - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md) - [Commits](bcoe/c8@v9.1.0...v10.0.0) --- updated-dependencies: - dependency-name: c8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add missing error classes to types * test new types * test error includes data with count when etag mismatch * test content-range mismatch error * remove test debugging
* export interceptor to type def file Fixes: nodejs#3308 * fixup! add a test * fixup! add retry, redirect, dump and remove createRedirectInterceptor --------- Co-authored-by: jake li <[email protected]>
…3326) Bumps node from `e6d4495` to `075a5cc`. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ezekiel Keator <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
Co-authored-by: github-actions <[email protected]>
* fix nodejs#3337 * fixup
* fix: types interceptors default export * test for bugs in typescript
Co-authored-by: github-actions <[email protected]>
Signed-off-by: Matteo Collina <[email protected]>
…3355) Bumps node from `075a5cc` to `9af472b`. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* websocket: don't use pooled buffer in mask pool * add test * fixup * fixup
3723521 to
dd98299
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.