Skip to content

@pod-os/core


@pod-os/core / BrokenFile

Class: BrokenFile

Defined in: files/BrokenFile.ts:4

Implements

Constructors

Constructor

new BrokenFile(url, status): BrokenFile

Defined in: files/BrokenFile.ts:5

Parameters

url

string

status

HttpStatus

Returns

BrokenFile

Properties

status

readonly status: HttpStatus

Defined in: files/BrokenFile.ts:7


url

readonly url: string

Defined in: files/BrokenFile.ts:6

Implementation of

SolidFile.url

Methods

blob()

blob(): null | Blob

Defined in: files/BrokenFile.ts:14

Returns

null | Blob

Implementation of

SolidFile.blob


toString()

toString(): string

Defined in: files/BrokenFile.ts:10

Returns a string representation of an object.

Returns

string