System.supportオブジェクト - mtsgi/kit GitHub Wiki

System > supportオブジェクト

S.support

supportオブジェクトはエンジンが機能をサポートしているか(動作する能力を持っているか)の情報を持ちます。

A collection of properties that represent the presence of different browser features or bugs.

これは、jQueryの持つ$.supportオブジェクトと同一のものです。

対応カーネル: v0.1.1以降

supportオブジェクトの内容の例

{"checkClone":true,"noCloneChecked":true,"clearCloneStyle":true,"checkOn":true,"optSelected":true,"radioValue":true,"focusin":false,"cors":true,"ajax":true,"createHTMLDocument":true}