| 50 |
attribute represents the message being sent. |
attribute represents the message being sent. |
| 51 |
#ja |
#ja |
| 52 |
<dfn id=data4 title=dom-MessageEvent-data><code>data</code></dfn> |
<dfn id=data4 title=dom-MessageEvent-data><code>data</code></dfn> |
|
属性は送信されたメッセージを表します。 |
|
| 53 |
|
属性は送信されたメッセージを表します。 |
| 54 |
|
|
| 55 |
|
#en |
| 56 |
|
The <dfn id=origin1 |
| 57 |
|
title=dom-MessageEvent-origin><code>origin</code></dfn> attribute |
| 58 |
|
represents, in <a href="#server-sent">server-sent events</a> and <a |
| 59 |
|
href="#cross-document">cross-document messaging</a>, the <a |
| 60 |
|
href="#origin0">origin</a> of the document that sent the message |
| 61 |
|
(typically the scheme, hostname, and port of the document, but not its |
| 62 |
|
path or fragment identifier). |
| 63 |
|
#ja |
| 64 |
|
<dfn id=origin1 |
| 65 |
|
title=dom-MessageEvent-origin><code>origin</code></dfn> |
| 66 |
|
属性は、 <a href="#server-sent">鯖送信事象</a>と<a |
| 67 |
|
href="#cross-document">文書間メッセージ交換</a>において、メッセージを送信した文書の<a |
| 68 |
|
href="#origin0">起源</a> |
| 69 |
|
(普通は当該文書の scheme と hostname と port で、 path や素片識別子は含みません。) |
| 70 |
|
を表します。 |
| 71 |
|
|
| 72 |
|
#en |
| 73 |
|
The <dfn id=lasteventid |
| 74 |
|
title=dom-MessageEvent-lastEventId><code>lastEventId</code></dfn> |
| 75 |
|
attribute represents, in <a href="#server-sent">server-sent events</a>, |
| 76 |
|
the <span>last event ID string</span> of the event source. |
| 77 |
|
#ja |
| 78 |
|
<dfn id=lasteventid |
| 79 |
|
title=dom-MessageEvent-lastEventId><code>lastEventId</code></dfn> |
| 80 |
|
属性は、<a href="#server-sent">鯖送信事象</a>において、 |
| 81 |
|
事象源の<span>最終事象識別子文字列</span>を表します。 |
| 82 |
|
|
| 83 |
|
#en |
| 84 |
|
The <dfn id=source3 |
| 85 |
|
title=dom-MessageEvent-source><code>source</code></dfn> attribute |
| 86 |
|
represents, in <a href="#cross-document">cross-document messaging</a>, the |
| 87 |
|
<code><a href="#window">Window</a></code> from which the message came. |
| 88 |
|
#ja |
| 89 |
|
<dfn id=source3 |
| 90 |
|
title=dom-MessageEvent-source><code>source</code></dfn> 属性は、 |
| 91 |
|
<a href="#cross-document">文書間メッセージ交換</a>において、 |
| 92 |
|
メッセージが送られて来た元の |
| 93 |
|
<code><a href="#window">Window</a></code> を表します。 |