gossamer/dom_exception

Types

pub type DOMException

Values

pub fn code(exception: DOMException) -> Int
pub fn message(exception: DOMException) -> String
pub fn name(exception: DOMException) -> String
pub fn new(message: String, name: String) -> DOMException
Search Document