From 59203c63bb777a3bacec32fb8830fba33540e809 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:29 +0200 Subject: Adding upstream version 127.0. Signed-off-by: Daniel Baumann --- dom/webidl/PushSubscription.webidl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dom/webidl/PushSubscription.webidl') diff --git a/dom/webidl/PushSubscription.webidl b/dom/webidl/PushSubscription.webidl index 6acb13d10a..25edfd4d55 100644 --- a/dom/webidl/PushSubscription.webidl +++ b/dom/webidl/PushSubscription.webidl @@ -35,9 +35,9 @@ dictionary PushSubscriptionInit { required USVString endpoint; required USVString scope; - ArrayBuffer? p256dhKey; - ArrayBuffer? authSecret; - BufferSource? appServerKey; + ArrayBuffer? p256dhKey = null; + ArrayBuffer? authSecret = null; + BufferSource? appServerKey = null; EpochTimeStamp? expirationTime = null; }; -- cgit v1.2.3