urlPattern property

String urlPattern
final

URL pattern to match. Patterns use the URLPattern constructor string syntax (https://urlpattern.spec.whatwg.org/) and must be absolute. Example: *://*:*/*.css.

Implementation

final String urlPattern;