WebIDLpedia

RemoteDocument interface

Definition

JSON-LD 1.1 Processing Algorithms and API defines RemoteDocument



[Exposed=JsonLd]
interface RemoteDocument {
  constructor();
  readonly attribute USVString contentType;
  readonly attribute USVString contextUrl;
  attribute any document;
  readonly attribute USVString documentUrl;
  readonly attribute USVString profile;
};

Methods and attributes that return objects implementing RemoteDocument