cloudflare / cloudflare/workerd
SubtleCryptoDeriveKeyAlgorithm has wrong field name for `public`
Open
types
- Dominant language
- C++
- Stars
- 8.7k
- Forks
- 739
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 174
Description
SubtleCryptoDeriveKeyAlgorithm calls the field `$public` but the correct field that's expected by the standard & runtime is `public`. Looks like a missing rename of a C++ field to the correct JS name?
Contributor guide
Assessment
This issue has not been assessed yet.