6
edits
(JEP-WebStorage) |
m (format / sign) |
||
| Line 1: | Line 1: | ||
: It should also be noted that the simple storage outlined in this proposal can be implemented on the web using DOM Storage; as such, this proposal should not be considered "breaking the web". | : ''It should also be noted that the simple storage outlined in this proposal can be implemented on the web using DOM Storage; as such, this proposal should not be considered "breaking the web".'' | ||
True, however its still going off on its own; its not embracing or extending the web, and its not building anything readily usable by the rest of the web. | True, however its still going off on its own; its not embracing or extending the web, and its not building anything readily usable by the rest of the web. | ||
I've created my own JEP describing an [https://wiki.mozilla.org/index.php?title=User:Rektide/JEP-WebStorage extension to HTML5 Web Storage]. I'm acutely aware that there are significant overheads in serialization layering what I've proposed on HTML5 storage, but I'm unsure how much worse this would be than JEP11's implementation. | I've created my own JEP describing an [https://wiki.mozilla.org/index.php?title=User:Rektide/JEP-WebStorage extension to HTML5 Web Storage]. I'm acutely aware that there are significant overheads in serialization layering what I've proposed on HTML5 storage, but I'm unsure how much worse this would be than JEP11's implementation. | ||
--[[User:Rektide|Rektide]] 05:25, 28 May 2009 (UTC) | |||
edits