「利用者:Katsutoshi Seki/sandbox」の版間の差分

削除された内容 追加された内容
62行目:
ウェブストレージオブジェクトの保存は現在のすべてのサポートするウェブブラウザでデフォルトで有効にされていて、ブラウザのベンダーによって、ユーザーがウェブストレージを有効にしたり無効にしたりすること、あるいはウェブストレージの「キャッシュ」を消去する方法が提供されている<ref>{{cite web|url=https://mid.as/kb/article/00103|title=How to enable, disable, or clear your browser's "Web Storage" cache - MIDAS Knowledgebase|website=mid.as|accessdate=2020-01-13}}</ref>。同様のウェブストレージを制御する方法は、サードパーティーの[[ブラウザ拡張機能]]によっても可能である。ブラウザごとにウェブストレージのオブジェクトを保存する方法が次のように異なっている。
 
* [[Firefox]] ではウェブストレージのオブジェクトをユーザープロフィールのフォルダの <code>webappsstore.sqlite</code> という[[SQLite]] のファイル <code>webappsstore.sqlite</code> に保存する<ref>{{cite web|url=https://stackoverflow.com/questions/7079075/where-does-firefox-store-javascript-html-localstorage/|title=html5 - Where does Firefox store javascript/HTML localStorage?|website=Stack Overflow|accessdate=2020-01-13}}</ref>。
called <code>webappsstore.sqlite</code>に保存する<ref>{{cite web|url=https://stackoverflow.com/questions/7079075/where-does-firefox-store-javascript-html-localstorage/|title=html5 - Where does Firefox store javascript/HTML localStorage?|website=Stack Overflow|accessdate=2020-01-13}}</ref>。
 
* [[Google Chrome]] records Web storage data in a [[SQLite]] file in the user's profile. The subfolder containing this file is "<code>\AppData\Local\Google\Chrome\User Data\Default\Local Storage</code>" on [[Microsoft Windows|Windows]], and "<code>~/Library/Application Support/Google/Chrome/Default/Local Storage</code>" on [[macOS]].<ref>{{Cite web|url=https://stackoverflow.com/questions/9669184/how-is-html5-webstorage-data-physically-stored|title=html - How is HTML5 WebStorage data physically stored?|website=Stack Overflow|access-date=2019-07-16}}</ref>