Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> HTML

ขีดจำกัดขนาดพื้นที่จัดเก็บในเครื่อง HTML 5 สำหรับโดเมนย่อย


ฐานข้อมูล localStorage ของ HTML5 มีขนาดจำกัด ขนาดมาตรฐานคือ 5 หรือ 10 MB ต่อโดเมน แนะนำให้จำกัดขนาดไม่เกิน 5 MB ต่อต้นทาง

ต่อไปนี้ระบุไว้ −

User agents should guard against sites storing data under their origin's other
affiliated sites, e.g. storing up to the limit in a1.example.com,a2.example.com,
a3.example.com, etc, circumventing the mainexample.com storage limit.

สำหรับการจำกัดขนาด -

A mostly arbitrary limit of five megabytes per origin is suggested.
Implementation feedback is welcome and will be used to update this suggestion
in the future.