WebAPI/WebSMS: Difference between revisions

→‎Proposed API: rename read to unread
(→‎Proposed API: change SmsRequest.errorCode to SmsRequest.error and change type to DOMError)
(→‎Proposed API: rename read to unread)
Line 48: Line 48:
     readonly attribute DOMString body;
     readonly attribute DOMString body;
     readonly attribute Date      timestamp;
     readonly attribute Date      timestamp;
     readonly attribute boolean  read;
     readonly attribute boolean  unread;
   };
   };


Line 61: Line 61:
     DOMString[]      numbers;
     DOMString[]      numbers;
     DOMString        body;
     DOMString        body;
     boolean          read;
     boolean          unread;
   };
   };


Confirmed users
368

edits