dialogtype本頁面內容type傳回對話框的類型,可以是 alert、beforeunload、confirm 或 prompt 其中之一。 用法 await dialog.type() 範例 dialogType.jsconst type = await dialog.type();