A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/ja/docs/Web/API/HTMLTextAreaElement/type below:

HTMLTextAreaElement: type プãƒãƒ‘ティ - Web API

HTMLTextAreaElement: type プロパティ

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

type は HTMLTextAreaElement の読み取り専用プロパティで、常に "textarea" を返します。

値

文字列で、常に "textarea" を返します。

例

js

const textArea = document.querySelector("textarea");
console.log(textArea.type); // "textarea"
仕様書 Specification HTML
# dom-textarea-type-dev
ブラウザーの互換性 関連情報

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4