2014-04-28 07:54:07 +04:00
|
|
|
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
|
|
|
|
2015-01-05 13:34:31 +03:00
|
|
|
[Pref="dom.sms.enabled",
|
2016-04-21 16:48:59 +03:00
|
|
|
ChromeOnly]
|
2014-04-28 07:54:07 +04:00
|
|
|
interface DOMMobileMessageError : DOMError {
|
2015-10-19 13:44:25 +03:00
|
|
|
readonly attribute (SmsMessage or MmsMessage) data;
|
2014-04-28 07:54:07 +04:00
|
|
|
};
|