mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 07:07:49 +00:00
LibWeb: Port Crypto to new String
This commit is contained in:
parent
450ffbe612
commit
a8cef1fa06
Notes:
sideshowbarker
2024-07-17 11:30:05 +09:00
Author: https://github.com/kennethmyhra
Commit: a8cef1fa06
Pull-request: https://github.com/SerenityOS/serenity/pull/17596
2 changed files with 10 additions and 8 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
JS::NonnullGCPtr<SubtleCrypto> subtle() const;
|
||||
|
||||
WebIDL::ExceptionOr<JS::Value> get_random_values(JS::Value array) const;
|
||||
DeprecatedString random_uuid() const;
|
||||
WebIDL::ExceptionOr<String> random_uuid() const;
|
||||
|
||||
protected:
|
||||
virtual JS::ThrowCompletionOr<void> initialize(JS::Realm&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue