WebAPI/SettingsAPI: Difference between revisions

(→‎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;
   }
   }
Confirmed users
368

edits