Type Alias OfflineRegionResourceMatcher

OfflineRegionResourceMatcher: ((request: Request) => string | undefined | Promise<string | undefined>)

Resolves a browser request to a credential-free resource identity. Returning undefined leaves the request to the host's normal network path.