Module urlpattern::quirks
source · Expand description
This module contains functions required to integrate this library into browsers. If you are not building a browser, you can ignore this module.
Re-exports§
pub use crate::Error;
Structs§
Enums§
Functions§
- Parse a pattern into its components.
- This function constructs a UrlPattern given a string or UrlPatternInit and optionally a base url.