Skip to content

Commit

Permalink
Remove depreacated and non-standard tags
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar authored Oct 9, 2024
1 parent 5c7b522 commit 1b9dc24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/installevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/api/installevent/installevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1b9dc24

Please sign in to comment.