gossamer/dom_exception

Types

pub type DOMException

Values

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