Commit e7a8e99
committed
Do not store JSON documents as URL strings
Only works for small documents, otherwise the max URL size is hit and
the app breaks completely. I experimented with `localStorage`, but the
max quota there also imposes a too-strict limit on the document size.
Let's disable document saving for now.
See: #4
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>1 parent d3b5206 commit e7a8e99
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 172 | | |
178 | 173 | | |
179 | 174 | | |
| |||
187 | 182 | | |
188 | 183 | | |
189 | 184 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | 185 | | |
0 commit comments