-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shouldn't InstallEvent
has a constructor?
#1713
Comments
InstallEvent
has a constructorInstallEvent
has a constructor field
InstallEvent
has a constructor fieldInstallEvent
has a constructor?
This was referenced Aug 5, 2024
but interestingly, in browser implement |
Yes, I believe this is an oversight in the spec that was missed when InstallEvent was added in #1701. I can't think of any reason why we shouldn't have a constructor. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
current the definition for
InstallEvent
does not has a constructor, this is different from other event interfaces and is quite uncommon, should it also define with a constructor, too?relates with mdn/browser-compat-data#22870
The text was updated successfully, but these errors were encountered: