Represents a file's contents loaded from the server. If an etag was specified when loading, client should first test if the etag of this instance matches - if so, the contents will be empty, and the client's existing contents should be used.

Hierarchy

  • FileContents

Constructors

Accessors

Methods

Constructors

Accessors

  • get etag(): string
  • Returns string

Methods

  • Returns Promise<ArrayBuffer>

  • Returns Promise<string>