<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://zhidian.wuute.com/html5dev/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://zhidian.wuute.com/html5dev/feed.php">
        <title>HTML5知典 36:86:56</title>
        <description></description>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <image rdf:resource="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico" />
       <dc:date>2026-05-20T19:06:48+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/messageevent?rev=1492603928&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/start?rev=1492954479&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/websocket?rev=1492680772&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/xmlhttprequest?rev=1492680788&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/xmlhttprequesteventtarget?rev=1492680827&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico">
        <title>HTML5知典</title>
        <link>http://zhidian.wuute.com/html5dev/</link>
        <url>http://zhidian.wuute.com/html5dev/lib/tpl/bootstrap3_1/images/favicon.ico</url>
    </image>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/messageevent?rev=1492603928&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-19T21:12:08+09:00</dc:date>
        <title>MessageEvent</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/56/messageevent?rev=1492603928&amp;do=diff</link>
        <description>MessageEvent

消息事件接口，这一章其实是对后续章节的一个总括介绍，因为后续章节，基本上都需要使用本章节所介绍的接口---MessageEvent。简而言之，无论是跨文档通信，通道通信，服务推送还是WebSocket都会用到MessageEvent，触发message事件的执行。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/start?rev=1492954479&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T22:34:39+09:00</dc:date>
        <title>通信</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/56/start?rev=1492954479&amp;do=diff</link>
        <description>通信

本目录收录的是通信相关的API文档。

列表
56 index</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/websocket?rev=1492680772&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T18:32:52+09:00</dc:date>
        <title>WebSocket</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/56/websocket?rev=1492680772&amp;do=diff</link>
        <description>WebSocket

WebSocket 对象提供了一组用于创建和管理 WebSocket 连接，以及可以通过该连接发送和接收数据的 API。

WebSocket()

继承层次

Object.prototype

　Function.prototype 

　　EventTarget

　　　WebSocket

构造函数

语法

WebSocket WebSocket(in DOMString url, in optional DOMString protocols);
WebSocket WebSocket(in DOMString url,in optional DOMString[] protocols);</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/xmlhttprequest?rev=1492680788&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T18:33:08+09:00</dc:date>
        <title>XMLHttpRequest</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/56/xmlhttprequest?rev=1492680788&amp;do=diff</link>
        <description>XMLHttpRequest

XMLHttpRequest 是一个API, 它为客户端提供了在客户端和服务器之间传输数据的功能。它提供了一个通过 URL 来获取数据的简单方式，并且不会使整个页面刷新。这使得网页只更新一部分页面而不会打扰到用户。XMLHttpRequest 在 AJAX 中被大量使用。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/56/xmlhttprequesteventtarget?rev=1492680827&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T18:33:47+09:00</dc:date>
        <title>XMLHttpRequestEventTarget</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/56/xmlhttprequesteventtarget?rev=1492680827&amp;do=diff</link>
        <description>XMLHttpRequestEventTarget

XMLHttpRequestEventTarget是一个描述事件处理程序的接口，你可以在一个用于处理XMLHttpRequest事件的对象中使用到该事件处理程序。

XMLHttpRequestEventTarget()

继承层次

Object.prototype

　Function.prototype 

　　</description>
    </item>
</rdf:RDF>
