소스 검색

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

Cédric Belin 3 년 전
부모
커밋
801dbc2418
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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. **/