method HttpFetcher.prototype.canHandle
HttpFetcher.prototype.canHandle(source: string): boolean

Checks if this fetcher can handle the given source.

Parameters

source: string

Return Type

boolean

Usage

import { HttpFetcher } from ".";