enum Protocol::Page::DialogType

Overview

Javascript dialog type.

Defined in:

protocol/page.cr

Enum Members

Alert = 0
Confirm = 1
Prompt = 2
Beforeunload = 3

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def alert? #

[View source]
def beforeunload? #

[View source]
def confirm? #

[View source]
def prompt? #

[View source]