URL specific preload script.

Hierarchy

  • URLFilterPattern

Properties

authority?: string

A filter for the authority part of the URL.

fragment?: string

A filter for the fragment part of the URL.

host?: string

A filter for the host part of the URL.

path?: string

A filter for the path part of the URL.

port?: string

A filter for the port part of the URL.

priority: number

Priority of this filter.

query?: string

A filter for the query part of the URL.

scheme?: string

A filter for the scheme part of the URL.

url?: string

A filter for the whole URL.

Generated using TypeDoc