Module domstring

Module domstring 

Source

Structsยง

BytesView
DOMString
This type corresponds to the DOMString type in WebIDL.
StringView
A reference to a Rust str of UTF-8 encoded bytes, used to get a Rust string from a DOMString.

Enumsยง

DOMStringErrorType
DOMStringType ๐Ÿ”’
EncodedBytes
A type representing the underlying encoded bytes of a DOMString.

Constantsยง

ASCII_CAPITAL_A ๐Ÿ”’
ASCII_CAPITAL_Z ๐Ÿ”’
ASCII_CR ๐Ÿ”’
ASCII_END ๐Ÿ”’
ASCII_FORMFEED ๐Ÿ”’
ASCII_LOWERCASE_A ๐Ÿ”’
ASCII_LOWERCASE_Z ๐Ÿ”’
ASCII_NEWLINE ๐Ÿ”’
ASCII_SPACE ๐Ÿ”’
ASCII_TAB ๐Ÿ”’

Functionsยง

get_latin1_string_bytes ๐Ÿ”’ โš 
Gets the latin1 bytes from the js engine. Safety: Make sure the *mut JSString is not null.
parse_floating_point_number
https://html.spec.whatwg.org/multipage/#rules-for-parsing-floating-point-number-values