From 248242873785f1087443ae4d7e39041e0afc8062 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:03:45 +0000 Subject: [PATCH] update --- files/en-us/web/api/installevent/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/en-us/web/api/installevent/index.md b/files/en-us/web/api/installevent/index.md index 0ed5cb3591eab52..aa04ac9783ab8e5 100644 --- a/files/en-us/web/api/installevent/index.md +++ b/files/en-us/web/api/installevent/index.md @@ -20,7 +20,7 @@ This interface inherits from the {{domxref("ExtendableEvent")}} interface. ## Instance properties -_Inherits properties from its ancestor, {{domxref("Event")}}_. +_Inherits properties from its parent, {{domxref("ExtendableEvent")}}_. ## Instance methods @@ -77,6 +77,10 @@ self.addEventListener("install", (event) => { }); ``` +## Specifications + +{{Specifications}} + ## Browser compatibility {{Compat}}