Confirmed users
368
edits
(→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 | readonly attribute boolean unread; | ||
}; | }; | ||
Line 61: | Line 61: | ||
DOMString[] numbers; | DOMString[] numbers; | ||
DOMString body; | DOMString body; | ||
boolean | boolean unread; | ||
}; | }; | ||