Aller au contenu principal

abstractFetchResource

A base class for Resources that require fetching data from a remote URL.

Hierarchy

Index

Constructors

constructor

  • new FetchResource(_progress?: ProgressTracker, corsProxy?: string): FetchResource
  • Creates a new instance of FetchResource.


    Parameters

    • optional_progress: ProgressTracker
    • optionalcorsProxy: string

    Returns FetchResource

Properties

publicoptional_progress

_progress?: ProgressTracker

Accessors