-
Notifications
You must be signed in to change notification settings - Fork 541
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
fix(fetch): toUSVString #986
Conversation
Codecov Report
@@ Coverage Diff @@
## main #986 +/- ##
==========================================
+ Coverage 90.80% 93.88% +3.08%
==========================================
Files 37 37
Lines 3587 3614 +27
==========================================
+ Hits 3257 3393 +136
+ Misses 330 221 -109
Continue to review full report at Codecov.
|
I don't understand what this brings. |
Placeholder for spec compliance. The spec says that these should be "usvstring"s. We need to eventually either implement |
We do the same thing for the |
Awesome, ok. Let's expose this from core. |
Expose toUSVString to it can be used by user libraries. Refs: nodejs/undici#986
Expose toUSVString to it can be used by user libraries. Refs: nodejs/undici#986
Expose toUSVString to it can be used by user libraries. PR-URL: #39814 Refs: nodejs/undici#986 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Expose toUSVString so it can be used by user libraries. PR-URL: #39814 Refs: nodejs/undici#986 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Expose toUSVString so it can be used by user libraries. PR-URL: #39814 Refs: nodejs/undici#986 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Expose toUSVString so it can be used by user libraries. PR-URL: #39814 Refs: nodejs/undici#986 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
* fix(fetch): toUSVString * fixup * fixup * fixup
* fix(fetch): toUSVString * fixup * fixup * fixup
No description provided.