WebIDLpedia

LoadDocumentOptions dictionary

Definition

JSON-LD 1.1 Processing Algorithms and API defines LoadDocumentOptions



dictionary LoadDocumentOptions {
  boolean  extractAllScripts = false;
  USVString profile = null;
  (USVString or sequence<USVString>) requestProfile = null;
};