Skip to content

@ralphschuler.webgl shader factory.<internal>.DOMImplementation

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: DOMImplementation

@ralphschuler/webgl-shader-factory.<internal>.DOMImplementation

An object providing methods which are not dependent on any particular document. Such an object is returned by the Document.implementation property.

MDN Reference

Table of contents

Methods

Methods

createDocument

createDocument(namespace, qualifiedName, doctype?): XMLDocument

MDN Reference

Parameters

Name Type
namespace null | string
qualifiedName null | string
doctype? null | DocumentType

Returns

XMLDocument

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6009


createDocumentType

createDocumentType(qualifiedName, publicId, systemId): DocumentType

MDN Reference

Parameters

Name Type
qualifiedName string
publicId string
systemId string

Returns

DocumentType

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6011


createHTMLDocument

createHTMLDocument(title?): Document

MDN Reference

Parameters

Name Type
title? string

Returns

Document

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6013


hasFeature

hasFeature(...args): true

Parameters

Name Type
...args any[]

Returns

true

Deprecated

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:6019

Typescript Libraries

Modules

Namespaces

Clone this wiki locally