Исходный код вики Хранилище

Редактировал(а) Alexandr Fokin 2024/01/25 15:52

Скрыть последних авторов
Alexandr Fokin 1.1 1 |(% style="width:148px" %)LocalStorage|(% style="width:1306px" %)
2 |(% style="width:148px" %)SessionStorage|(% style="width:1306px" %)
Alexandr Fokin 1.4 3 |(% style="width:148px" %)IndexDb|(% style="width:1306px" %)(((
4 IndexedDB
Alexandr Fokin 1.3 5 [[https:~~/~~/learn.javascript.ru/indexeddb>>https://learn.javascript.ru/indexeddb]]
Alexandr Fokin 1.1 6
Alexandr Fokin 1.4 7 Как использовать IndexDB для управления состоянием в JavaScript
8 [[https:~~/~~/habr.com/ru/articles/569376/>>https://habr.com/ru/articles/569376/]]
9 )))
10
Alexandr Fokin 1.2 11 ----
12
13 ==== Внутренние ссылки: ====
14
15 ====== Дочерние страницы: ======
16
17 {{children/}}
18
19 ====== Обратные ссылки: ======
20
21 {{velocity}}
22 #set ($links = $doc.getBacklinks())
23 #if ($links.size() > 0)
24 #foreach ($docname in $links)
25 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
26 * [[$escapetool.xml($rdoc.fullName)]]
27 #end
28 #else
29 No back links for this page!
30 #end
31 {{/velocity}}
32
33 ----