Module jserror

Source
Expand description

Structures for handling JavaScript errors. Specifically this module provides a JsErrorData struct which is used to extract information from a JsValue that represents a JavaScript error.

Structs§

JsErrorData

Traits§

JsErrorExtension
JsValueErrorTrait