mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
LibWeb: Add the SubtleCrypto interface
Just some boilerplate code to get started :^) This adds both the SubtleCrypto constructor to the window object, as well as the crypto.subtle instance attribute.
This commit is contained in:
parent
ce6c515873
commit
615be9eb7c
8 changed files with 57 additions and 2 deletions
|
@ -15,6 +15,7 @@ enum class Source;
|
|||
|
||||
namespace Web::Crypto {
|
||||
class Crypto;
|
||||
class SubtleCrypto;
|
||||
}
|
||||
|
||||
namespace Web::CSS {
|
||||
|
@ -431,6 +432,7 @@ class SelectionWrapper;
|
|||
class StyleSheetListWrapper;
|
||||
class StyleSheetWrapper;
|
||||
class SubmitEventWrapper;
|
||||
class SubtleCryptoWrapper;
|
||||
class SVGElementWrapper;
|
||||
class SVGGeometryElementWrapper;
|
||||
class SVGGraphicsElementWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue