Explorar o código

[js] Fixes the `BeforeInstallPromptEvent` externs (#10632)

Cédric Belin %!s(int64=3) %!d(string=hai) anos
pai
achega
801dbc2418
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      std/js/html/BeforeInstallPromptEvent.hx

+ 1 - 0
std/js/html/BeforeInstallPromptEvent.hx

@@ -8,6 +8,7 @@ import js.lib.Promise;
 
 	@see https://developer.mozilla.org/en-US/docs/Web/API/BeforeInstallPromptEvent
 **/
+@:native("BeforeInstallPromptEvent")
 extern class BeforeInstallPromptEvent extends Event {
 
 	/** The platforms on which this event was dispatched. **/