This changes the way we retrieve algorithm and operation parameters to better align with the WebIDL standard. Since WebCrypto uses that standard, we have to integrate all the terrible things, e.g., accepting the empty string '' and the value null as synonyms for the integer 0.
This changes the way we retrieve algorithm and operation parameters to better align with the WebIDL standard. Since WebCrypto uses that standard, we have to integrate all the terrible things, e.g., accepting the empty string
''
and the valuenull
as synonyms for the integer0
.