EnqueueStrategy
Index
Enumeration Members
Enumeration Members
All
SameDomain
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
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.
Matches any URLs found