aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/indexeddb_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/indexeddb_api/index.html')
-rw-r--r--files/ru/web/api/indexeddb_api/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/indexeddb_api/index.html b/files/ru/web/api/indexeddb_api/index.html
index c759014ee2..23d894c456 100644
--- a/files/ru/web/api/indexeddb_api/index.html
+++ b/files/ru/web/api/indexeddb_api/index.html
@@ -17,7 +17,7 @@ translation_of: Web/API/IndexedDB_API
<p>{{AvailableInWorkers}}</p>
<div class="note">
-<p><strong>Заметка</strong>: IndexedDB API мощные, но могут казаться слишком сложными для простых задач. Если вы предпочитаете простые API, попробуйте библиотеки, такие как <a href="https://localforage.github.io/localForage/">localForage</a>, <a href="http://www.dexie.org/">dexie.js</a> и <a href="https://github.com/erikolson186/zangodb">ZangoDB</a>, делающие IndexedDB более дружественным.</p>
+<p><strong>Примечание</strong>: IndexedDB API мощные, но могут казаться слишком сложными для простых задач. Если вы предпочитаете простые API, попробуйте библиотеки, такие как <a href="https://localforage.github.io/localForage/">localForage</a>, <a href="http://www.dexie.org/">dexie.js</a> и <a href="https://github.com/erikolson186/zangodb">ZangoDB</a>, делающие IndexedDB более дружественным.</p>
</div>
<h2 id="Ключевые_концепции_и_использование">Ключевые концепции и  использование</h2>
@@ -31,7 +31,7 @@ translation_of: Web/API/IndexedDB_API
</ul>
<div class="note">
-<p><strong>Заметка</strong>: Как и большинство решений web-хранения, IndexedDB следует аналогичной <a class="external" href="http://www.w3.org/Security/wiki/Same_Origin_Policy">same-origin policy</a>. Поэтому вы имеете доступ к хранилищу данных в пределах одного домена, но не можете получать их с любого другого.</p>
+<p><strong>Примечание</strong>: Как и большинство решений web-хранения, IndexedDB следует аналогичной <a class="external" href="http://www.w3.org/Security/wiki/Same_Origin_Policy">same-origin policy</a>. Поэтому вы имеете доступ к хранилищу данных в пределах одного домена, но не можете получать их с любого другого.</p>
</div>
<h3 id="Синхронность_и_асинхронность">Синхронность и асинхронность</h3>