canmove, Confirmed users
725
edits
No edit summary |
No edit summary |
||
Line 44: | Line 44: | ||
*/ | */ | ||
readonly attribute long id; | readonly attribute long id; | ||
/** | /** | ||
* Like SmsMessage::delivery, but with an additional possible value: "unfetched" | * Like SmsMessage::delivery, but with an additional possible value: "unfetched" | ||
*/ | */ | ||
readonly attribute DOMString delivery; | readonly attribute DOMString delivery; | ||
/** | /** | ||
* Cf. SmsMessage | * Cf. SmsMessage | ||
*/ | */ | ||
readonly attribute DOMString sender; | readonly attribute DOMString sender; | ||
/** | /** | ||
* TODO Should this be plural? (AFAIK MMS supports group messaging.) | * TODO Should this be plural? (AFAIK MMS supports group messaging.) | ||
*/ | */ | ||
readonly attribute DOMString receiver; | readonly attribute DOMString receiver; | ||
/** | /** | ||
* Cf. SmsMessage | * Cf. SmsMessage | ||
*/ | */ | ||
readonly attribute Date timestamp; | readonly attribute Date timestamp; | ||
/** | /** | ||
* DOM document object representing the SMIL document. | * DOM document object representing the SMIL document. | ||
*/ | */ | ||
readonly attribute Document contentDocument; | readonly attribute Document contentDocument; | ||
/** | /** | ||
* Object containing all other parts. | * Object containing all other parts. |