Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XMLHttpRequestを使用せずに(PC自体にある.htmlファイルから)ローカルファイルを開いて、ランダムな読み取りや書き込みを行うことなく、すべてのコンテンツをRAMにロードすることはできますか?
ありえない。XMLHttpRequestローカルファイルの読み取りには使用されませんが、Webサーバーへのリクエストの送信には使用されます。
XMLHttpRequest