Uh oh!
There was an error while loading. Please reload this page.
lib: add and test [EnforceRange] in webcrypto dictionaries - #65091
Merged
Conversation
nodejs-github-bot
commented
Aug 6, 2026
Collaborator
Review requested:
|
panvaforce-pushed
the
webcrypto-enforce-range
branch
from
August 6, 2026 19:34
b521dab to
6581446Compareavivkeller
approved these changes
Aug 7, 2026
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
panvaforce-pushed
the
webcrypto-enforce-range
branch
from
August 7, 2026 06:56
6581446 to
721235dCompareCodecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #65091 +/- ##
==========================================
- Coverage 90.31% 90.30% -0.02%
==========================================
Files 759 759 Lines 248258 248304 +46 Branches 46854 46873 +19 ==========================================
+ Hits 224225 224235 +10 + Misses 15465 15459 -6 - Partials 8568 8610 +42
🚀 New features to boost your workflow:
|
nodejs-github-bot
commented
Aug 7, 2026
Collaborator
avivkeller
approved these changes
Aug 8, 2026
jasnell
approved these changes
Aug 8, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Aug 8, 2026
Collaborator
Landed in 52db874 |
aduh95 pushed a commit
that referenced
this pull request
Aug 13, 2026
Signed-off-by: Filip Skokan <panva.ip@gmail.com> PR-URL: #65091 Refs: w3c/webcrypto#555 Refs: WICG/webcrypto-modern-algos#65 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: James M Snell <jasnell@gmail.com>
aduh95 pushed a commit
that referenced
this pull request
Aug 25, 2026
Signed-off-by: Filip Skokan <panva.ip@gmail.com> PR-URL: #65091 Refs: w3c/webcrypto#555 Refs: WICG/webcrypto-modern-algos#65 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: James M Snell <jasnell@gmail.com>
aduh95 pushed a commit
that referenced
this pull request
Aug 27, 2026
Signed-off-by: Filip Skokan <panva.ip@gmail.com> PR-URL: #65091 Refs: w3c/webcrypto#555 Refs: WICG/webcrypto-modern-algos#65 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: James M Snell <jasnell@gmail.com>
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 freeto 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.
Accomodates changes to spec(s) and tests them + pre-existing ones that already (some mistakenly, not anymore...) had
[EnforceRange].Refs: w3c/webcrypto#555
Refs: WICG/webcrypto-modern-algos#65