<?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:46</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:46+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/blob?rev=1492680425&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/file?rev=1492681770&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/filereader?rev=1492680550&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/indexeddb?rev=1492680643&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/start?rev=1492954402&amp;do=diff"/>
                <rdf:li rdf:resource="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/storage?rev=1492564798&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/46/blob?rev=1492680425&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T18:27:05+09:00</dc:date>
        <title>Blob</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/46/blob?rev=1492680425&amp;do=diff</link>
        <description>Blob

Blob 对象是包含有只读原始数据的类文件对象。Blob 对象中的数据并不一定得是JavaScript 中的原生形式。File 接口基于 Blob，继承了 Blob 的功能,并且扩展支持用户计算机上的本地文件。

创建 Blob 对象的方法有几种，可以调用 Blob() 构造函数，还可以使用一个已有Blob对象上的 slice() 方法切出另一个 Blob 对象。想要从用户的文件里获取一个Blob对象，请参考File文档。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/file?rev=1492681770&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T18:49:30+09:00</dc:date>
        <title>File</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/46/file?rev=1492681770&amp;do=diff</link>
        <description>File

对象可以用来获取某个文件的信息,还可以用来读取这个文件的内容.通常情况下,File对象是来自用户在一个&lt;input&gt;元素上选择文件后返回的FileList对象,也可以是来自由拖放操作生成的 DataTransfer对象.</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/filereader?rev=1492680550&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T18:29:10+09:00</dc:date>
        <title>FileReader</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/46/filereader?rev=1492680550&amp;do=diff</link>
        <description>FileReader

使用FileReader对象，web应用程序可以异步的读取存储在用户计算机上的文件(或者原始数据缓冲)内容，可以使用File对象或者Blob对象来指定所要处理的文件或数据。其中File对象可以是来自用户在一个&lt;input&gt;元素上选择文件后返回的FileList对象，也可以来自拖放操作生成的 DataTransfer对象。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/indexeddb?rev=1492680643&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-20T18:30:43+09:00</dc:date>
        <title>indexedDB</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/46/indexeddb?rev=1492680643&amp;do=diff</link>
        <description>indexedDB

indexedDB 是一种新的 HTML5 概念, 用于将数据存储在用户的浏览器中。indexedDB 比本地存储更有能力, 并且对于需要存储大量数据的应用程序非常有用。这些应用程序可以更快地运行效率和负载。</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/start?rev=1492954402&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-23T22:33:22+09:00</dc:date>
        <title>客户端存储</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/46/start?rev=1492954402&amp;do=diff</link>
        <description>客户端存储

本目录收录的是客户端存储相关的API文档。

列表
46 index</description>
    </item>
    <item rdf:about="http://zhidian.wuute.com/html5dev/doku.php/36/86/46/storage?rev=1492564798&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-04-19T10:19:58+09:00</dc:date>
        <title>Storage</title>
        <link>http://zhidian.wuute.com/html5dev/doku.php/36/86/46/storage?rev=1492564798&amp;do=diff</link>
        <description>Storage

Storage是一个简单的客户端数据库, 允许用户以键/值对的形式保存数据。

它有一个相当简单的 api 来检索/写入到本地存储器中的数据。它可以存储多达10MB 的每个域的数据。与 cookie 不同, 存储的数据不包括在每个 http 请求中。</description>
    </item>
</rdf:RDF>
