mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
LibWeb: Move dictionaries to separate file
Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
This commit is contained in:
parent
1bf73482f5
commit
3e0c0ce7ae
7 changed files with 170 additions and 10 deletions
|
@ -190,7 +190,7 @@ SubtleCrypto::SupportedAlgorithmsMap& SubtleCrypto::supported_algorithms_interna
|
|||
return s_supported_algorithms;
|
||||
}
|
||||
|
||||
// https://w3c.github.io/webcrypto/#algorithm-normalization-internal
|
||||
// https://w3c.github.io/webcrypto/#algorithm-normalization-internalS
|
||||
SubtleCrypto::SupportedAlgorithmsMap SubtleCrypto::supported_algorithms()
|
||||
{
|
||||
auto& internal_object = supported_algorithms_internal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue