Creates a new domain list.
Optionaldomains: Iterable<string, any, any>
The domains to initialize the list with.
The number of domains.
Whether this list is read-only.
Gets the domain at the specified index.
Sets the domain at the specified index.
Gets the index of the requested domain, or -1 if it is not found.
Inserts a domain at the specified index.
Removes the domain at the specified index.
Adds a domain to the list.
Removes all domains from the list.
Determines whether the list contains the specified domain.
Copies the domains to an array.
Removes a domain from the list.
Encodes the domain list.
The formatting options.
The encoded domain list.
Serializes the domain list.
StaticparseParses a domain list.
The text to parse.
A Result; { ok: false } with a MimeError on malformed input.
StatictryAttempts to parse a domain list from a byte range.
The input buffer.
The current parse cursor.
The end index of the input range.
A Result; { ok: false } with a MimeError on malformed input.
Represents a list of route domains.