Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. DOMImplementation
  4. hasFeature()

DOMImplementation: hasFeature() method

Deprecated: This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see thecompatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.

TheDOMImplementation.hasFeature() method returns aboolean flag indicating if a given feature is supported. It isdeprecated and modern browsers returntrue in all cases.

The different implementations fairly diverged in what kind of features were reported.The latest version of the spec settled to force this method to always returntrue, where the functionality was accurate and in use.

Syntax

js
hasFeature(feature, version)

Parameters

feature

A string representing the feature name.

version

A string representing the version of the specification definingthe feature.

Return value

A boolean value oftrue.

Specifications

Specification
DOM
# dom-domimplementation-hasfeature

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp