Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 3f260f2

Browse files
author
Eduardo Fullea
committed
Merge pull request #52 from efullea/gh-pages
removing reference to ProgressEvent
2 parents aefb7d8 + 6d88d7c commit 3f260f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ <h3>Steps</h3>
584584
in the <code>text</code> parameter to the number of the recipient
585585
indicated in the <code>to</code> parameter, using the proper service as
586586
described above.
587-
<li><a>Queue a task</a> to monitor SMS sending progress.
587+
<li><a>Queue a task</a> to monitor SMS submission process.
588588
</ol>
589589
<li>Let <var>future</var> be a new <code>Future</code> object and
590590
<var>resolver</var> its associated <code>resolver</code>
@@ -1640,7 +1640,7 @@ <h2><a>DeliveryReport</a> Interface</h2>
16401640
<h2><a>MessagingEvent</a> Interface</h2>
16411641
<p>The <a>MessagingEvent</a> interface represents events related to a message
16421642
sent or received.
1643-
<dl title="interface MessagingEvent : ProgressEvent"
1643+
<dl title="interface MessagingEvent"
16441644
class="idl">
16451645
<dt>readonly attribute (SmsMessage or MmsMessage) message</dt>
16461646
<dd>MUST return the <code>SmsMessage</code> or <code>MmsMessage</code>

0 commit comments

Comments
 (0)