Skip to main content
Version: 3.0

EnqueueStrategy

Index

Enumeration Members

Enumeration Members

All

All: all

Matches any URLs found

SameDomain

SameDomain: same-domain

Matches any URLs that have the same (sub-)domain as the base URL. For example, https://wow.an.example.com and https://example.com will both be matched for a base url of https://example.com.

SameHostname

SameHostname: same-hostname

Matches any URLs that have the same hostname. For example, https://wow.example.com/hello will be matched for a base url of https://example.com/, but https://example.com/hello will not be matched.