Skip to content

Implement interface DOMImplementation #13

@hepheir

Description

@hepheir

https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-102161490

Interface DOMImplementation

IDL Definition

More
interface DOMImplementation {
  boolean                   hasFeature(in DOMString feature,
                                       in DOMString version);
};

Methods

  • boolean hasFeature(in DOMString feature, in DOMString version)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions