2012-06-11 03:44:50 +04:00
|
|
|
/* 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/. */
|
|
|
|
|
|
|
|
#include "nsIDOMEvent.idl"
|
|
|
|
|
2012-10-17 15:17:19 +04:00
|
|
|
[scriptable, builtinclass, uuid(c0de7fba-725f-4180-b1f1-83163014d1e2)]
|
2012-06-11 03:44:50 +04:00
|
|
|
interface nsIDOMUSSDReceivedEvent : nsIDOMEvent
|
|
|
|
{
|
|
|
|
readonly attribute DOMString message;
|
2012-10-17 15:17:19 +04:00
|
|
|
[infallible] readonly attribute boolean sessionEnded;
|
2012-06-11 03:44:50 +04:00
|
|
|
};
|