aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/api/window/localstorage
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 11:33:10 -0400
committerGitHub <noreply@github.com>2021-07-27 11:33:10 -0400
commita0187295debbfe75d4409f360ba7e0ff765ca2f3 (patch)
treecef7a50cd705e6751347178ac4ef4ca7bb32dcd2 /files/pl/web/api/window/localstorage
parent9fb44756a5432219d159d6892341e0a9e0582bb2 (diff)
downloadtranslated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.gz
translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.bz2
translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.zip
remove link 'title' attributes that's just the 'href' (pl) (#1736)
Diffstat (limited to 'files/pl/web/api/window/localstorage')
-rw-r--r--files/pl/web/api/window/localstorage/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/web/api/window/localstorage/index.html b/files/pl/web/api/window/localstorage/index.html
index e93c5c15e7..bf945d360f 100644
--- a/files/pl/web/api/window/localstorage/index.html
+++ b/files/pl/web/api/window/localstorage/index.html
@@ -109,7 +109,7 @@ translation_of: Web/API/Window/localStorage
</table>
</div>
-<p>Sposób wsparcia dla <code>localStorage</code> i {{domxref("sessionStorage")}} różni się w zależności od przeglądarki. Tutaj znajdziesz <a class="external" href="http://dev-test.nemikor.com/web-storage/support-test/" title="http://dev-test.nemikor.com/web-storage/support-test/">szczegółowe dane na temat wsparcia poszczególnych przeglądarek dla obiektów Storage</a>.</p>
+<p>Sposób wsparcia dla <code>localStorage</code> i {{domxref("sessionStorage")}} różni się w zależności od przeglądarki. Tutaj znajdziesz <a class="external" href="http://dev-test.nemikor.com/web-storage/support-test/">szczegółowe dane na temat wsparcia poszczególnych przeglądarek dla obiektów Storage</a>.</p>
<div class="note">
<p><strong>Notka:</strong> Zaczynając od wersji iOS 5.1, Safari przetrzymuje dane <code>localStorage</code> w folderze <code>cache.</code> Folder ten poddawany jest okresowemu czyszczeniu, zazwyczaj, gdy w pamięci urządzenia kończy się miejsce. Tryb prywatny w mobilnej przeglądarce Safari blokuje również całkowicie możliwość zapisu do pamięci <code>localStorage</code>.</p>