diff --git a/files/en-us/web/api/installevent/index.md b/files/en-us/web/api/installevent/index.md index 638bf06c0241bab..9b969938c93ef3d 100644 --- a/files/en-us/web/api/installevent/index.md +++ b/files/en-us/web/api/installevent/index.md @@ -15,7 +15,7 @@ This interface inherits from the {{domxref("ExtendableEvent")}} interface. ## Constructor -- {{domxref("InstallEvent.InstallEvent", "InstallEvent()")}} {{Deprecated_Inline}} {{Non-standard_Inline}} {{experimental_inline}} +- {{domxref("InstallEvent.InstallEvent", "InstallEvent()")}} {{experimental_inline}} - : Creates a new `InstallEvent` object. ## Instance properties diff --git a/files/en-us/web/api/installevent/installevent/index.md b/files/en-us/web/api/installevent/installevent/index.md index dc3986ea7fc47af..011313a57338da6 100644 --- a/files/en-us/web/api/installevent/installevent/index.md +++ b/files/en-us/web/api/installevent/installevent/index.md @@ -5,11 +5,10 @@ slug: Web/API/InstallEvent/InstallEvent page-type: web-api-constructor status: - experimental - - deprecated browser-compat: api.InstallEvent.InstallEvent --- -{{APIRef("Service Workers API")}}{{Deprecated_Header}}{{SeeCompatTable}} +{{APIRef("Service Workers API")}}{{SeeCompatTable}} The **`InstallEvent()`** constructor creates a new {{domxref("InstallEvent")}} object.