Confirmed users
368
edits
(→Proposed API: add onchange method) |
|||
Line 17: | Line 17: | ||
// SettingsRequest.result contains the value of the setting. | // SettingsRequest.result contains the value of the setting. | ||
SettingsRequest get(DOMString name); | SettingsRequest get(DOMString name); | ||
attribute Function? onchange; | attribute Function? onchange; | ||
} | } |