📦 NEW: [BREAKING] Refactor impl base on undici#382
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
atian25
reviewed
Jun 13, 2022
Member
Author
|
@atian25 没看到效果? |
Member
ts-jest 那个源码有点绕,不知道是不是 ts-jest 的 preset 和 reporters 冲突了。 也有可能是 GitHub Action 问题,可以等下个 PR 再看看。 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
b6aa94c to
681efbf
Compare
fengmk2
added a commit
to cnpm/npminstall
that referenced
this pull request
Jun 19, 2022
fengmk2
added a commit
to cnpm/npminstall
that referenced
this pull request
Jun 25, 2022
|
|
||
| if (pathname === '/mock-bytes') { | ||
| const size = urlObject.searchParams.get('size') ?? '1024'; | ||
| const bytes = Buffer.alloc(parseInt(size)); |
Check failure
Code scanning / CodeQL
Resource exhaustion
|
|
||
| export async function sleep(ms: number) { | ||
| await new Promise(resolve => { | ||
| setTimeout(resolve, ms); |
Check failure
Code scanning / CodeQL
Resource exhaustion
7600289 to
de8ab5b
Compare
4 tasks
Also support FormData on Node.js 14
Member
Author
|
3.0.0 |
This was referenced Jul 16, 2022
Closed
fengmk2
added a commit
to cnpm/npminstall
that referenced
this pull request
Jul 17, 2022
fengmk2
added a commit
to cnpm/npminstall
that referenced
this pull request
Jul 18, 2022
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.
closes eggjs/egg#4847
Base on undici
requestAPIhttps://github.com/nodejs/undici