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

Commit fa16229

Browse files
author
Eduardo Fullea
committed
Futures in MessagingCursor
1 parent 7a84855 commit fa16229

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,9 +1516,7 @@ <h2><a>MessagingCursor</a> Interface</h2>
15161516
<code>Conversation</code> elements or of messages (<code>SmsMessage</code>
15171517
and/or <code>MmsMessage</code> elements).</p>
15181518
<p>A <a>MessagingCursor</a> always has, an <dfn>associated request</dfn> which
1519-
is the <a>MessagingRequest</a> that created it. In other words, a
1520-
<a>MessagingCursor</a> is always the <code>result</code> of a
1521-
<a>MessagingRequest</a> and can't be created in any other way.</p>
1519+
is the <a>Future</a> that created it.</p>
15221520
<p>As soon as the <a>MessagingCursor</a> is <dfn>accessing an element</dfn>,
15231521
it MUST put its <a>associated request</a> in the 'processing'
15241522
<code>readyState</code>, and set the <code>result</code> to null. Then, the UA

0 commit comments

Comments
 (0)