Function fileCollectionFromWebSource

  • Creates a FileCollection from a webSource.

    • relativePath
    • lastModified
    • size By default this method will expand all zip and gzip files

    Parameters

    • source: WebSource
    • options: {
          baseURL?: string | URL;
      } & CacheOptions & Options = {}

    Returns Promise<FileCollection>