<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>JavaScript on LevelUp</title><link>http://larrynung.github.io/tags/javascript/</link><description>Recent content in JavaScript on LevelUp</description><image><title>LevelUp</title><url>http://larrynung.github.io/images/og-default.png</url><link>http://larrynung.github.io/images/og-default.png</link></image><generator>Hugo -- 0.148.1</generator><language>zh-TW</language><copyright>{year} Larry Nung</copyright><lastBuildDate>Tue, 16 Jun 2026 13:13:07 +0800</lastBuildDate><atom:link href="http://larrynung.github.io/tags/javascript/index.xml" rel="self" type="application/rss+xml"/><item><title>[JavaScript]HTML5 New Feature - Web Storage</title><link>http://larrynung.github.io/posts/803f8361-2722-4fdf-b66c-8ad9553664bf/</link><pubDate>Wed, 06 Nov 2013 12:00:00 +0000</pubDate><guid>http://larrynung.github.io/posts/803f8361-2722-4fdf-b66c-8ad9553664bf/</guid><description>Web storage是HTML5新功能之一，允許使用者透過瀏覽器將資料暫存在client端。以往使用cookie來做類似這樣的需求，每個頁面可容納的資料量，約只有 4 KB 左右，且會在HTTP Request時上傳資料至Server端，造成不必要的頻寬浪費，也對執行效能造成不好的影響。</description></item></channel></rss>