並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 12 件 / 12件

新着順 人気順

indexedDBの検索結果1 - 12 件 / 12件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

 indexedDB12 browser    vulnerability    Safari 15 IndexedDB Leaks  
  • Safari 15 IndexedDB Leaks

    Information leaks resulting from an IndexedDB same-origin policy violation in WebKit (a browser engine primarily used in Safari, as well as all iOS and iPadOS web browsers).

      Safari 15 IndexedDB Leaks
    • 購入済み動画一覧に検索機能を実装する際に使用したIndexedDBの話 - DMM inside

      こんにちは。動画配信事業部 EC-Growthチームの荒井です。 私たちEC-Growthチームは、DMMの動画配信サービスをGrowth(成長)させるためのチームで、アナリストと共に売上向上に繋がる施策を打ったり、ユーザのエンゲージメントを高める施策に日々取り組んだりしています。 今回は、PCの購入済み動画一覧画面に検索機能を実装する際に使用したWeb API「IndexedDB」についてお話させていただきます。

        購入済み動画一覧に検索機能を実装する際に使用したIndexedDBの話 - DMM inside
      • Exploiting IndexedDB API information leaks in Safari 15

        Martin BajanikSoftware Engineer, Core API (R&D, Security) DISCLAIMER: Fingerprint does not use this vulnerability in our products and does not provide cross-site tracking services. We focus on stopping fraud and support modern privacy trends for removing cross-site tracking entirely. We believe that vulnerabilities like this one should be discussed in the open to help browsers fix them as quickly

          Exploiting IndexedDB API information leaks in Safari 15
        • GitHub - jlongster/absurd-sql: sqlite3 in ur indexeddb (hopefully a better backend soon)

          This is an absurd project. It implements a backend for sql.js (sqlite3 compiled for the web) that treats IndexedDB like a disk and stores data in blocks there. That means your sqlite3 database is persisted. And not in the terrible way of reading and writing the whole image at once -- it reads and writes your db in small chunks. It basically stores a whole database into another database. Which is a

            GitHub - jlongster/absurd-sql: sqlite3 in ur indexeddb (hopefully a better backend soon)
          • IndexedDBの基本を学ぶ - iimon TECH BLOG

            はじめに こんにちは!株式会社iimonでフロントエンドエンジニアをしている「みよちゃん」です! 本記事は株式会社iimonアドベントカレンダー15日目です! 弊社では不動産仲介業者向けのサービスを開発しています。 私が所属しているチームでは、chromeの拡張機能を開発しており、IndexeDBを使用する機会が多くあります。 今回は普段使用するIndexedDBについて調べたことを以下にまとめていきたいと思います! IndexedDB 1. IndexedDBとは IndexedDBとはブラウザに実装されているデータベースの機能です。ブラウザ内で処理を完結させることができるので、通信が発生せずオフラインの状態でも使用することができます。データベースはRDB(Relational Database)ではなくキーバリューストアです。 2. ブラウザが持つほかのデータ管理機能との違い ブラウザ

            • [HTML5] IndexedDBでデータの保存や読み込みを行う - Dexie.js編 - ねこの足跡R


              JavaScriptWebStorage使便510MbyteKVS IndexedDBWebStorageRDBIndexedDBIndexedDB便w IndexedDB WebStorage  Dexie.jsIndexedDB HTML  CRUD /  
                [HTML5] IndexedDBでデータの保存や読み込みを行う - Dexie.js編 - ねこの足跡R
              • Work with IndexedDB  |  Articles  |  web.dev

                Work with IndexedDB Stay organized with collections Save and categorize content based on your preferences. This guide covers the basics of the IndexedDB API. We're using Jake Archibald's IndexedDB Promised library, which is very similar to the IndexedDB API, but uses promises, which you can await for more concise syntax. This simplifies the API while maintaining its structure. What is IndexedDB? I

                • Best Practices for Using IndexedDB  |  Articles  |  web.dev

                  Best Practices for Using IndexedDB Stay organized with collections Save and categorize content based on your preferences. Learn best practices for syncing application state between IndexedDB an popular state management libraries. When a user first loads a website or application, there's often a fair amount of work involved in constructing the initial application state that's used to render the UI.

                  • IndexedDB

                    InexedDB は組み込みのデータベースで、localStorage よりも遥かに強力です。 key/value ストレージ: 値は何でもよく、複数のキーの型があります。 信頼性のためのトランザクションをサポートします。 キー範囲のクエリ、インデックスをサポートします。 localStorage よりもずっと多くのデータを格納することができます。 通常、この機能は伝統的なクライアント-サーバアプリケーションには過大です。IndexedDB は、ServiceWorkers や他のテクノロジーと組み合わせるオフラインアプリケーションを想定しています。 仕様 に記載されている IndexedDB のネイティブインターフェースは、イベントベースです。 idb のように、promise ベースのラッパーを使って async/await を使うこともできます。これは非常に便利ですが、ラッパーは完璧

                      IndexedDB
                    • Apple、複数の脆弱性を修正した「macOS 11.6.3 Big Sur」および「macOS Catalinaセキュリティアップデート2022-001」、IndexedDBのリーク問題を修正した「Safari 15.3」をリリース。

                      Appleが複数の脆弱性を修正した「macOS 11.6.3 Big Sur」および「macOS Catalinaセキュリティアップデート2022-001」、「Safari 15.3」をリリースしています。詳細は以下から。 Appleは現地時間2022年01月26日、Intel/Apple Silicon Macに対し、既に悪用された可能性のあるゼロデイ脆弱性を修正した「macOS 12.2 Monterey Build 21D49」アップデートをリリースしましたが、同時にセキュリティサポートを続けているmacOS 11 Big SurとmacOS 10.15 Catalinaに対して、「macOS 11.6.3 Big Sur Build 20G415」および「macOS Catalinaセキュリティアップデート2022-001 (19H1713)」、「Safari 15.3」アップデー

                        Apple、複数の脆弱性を修正した「macOS 11.6.3 Big Sur」および「macOS Catalinaセキュリティアップデート2022-001」、IndexedDBのリーク問題を修正した「Safari 15.3」をリリース。
                      • Delete All IndexedDB. It works only Chrome

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          Delete All IndexedDB. It works only Chrome
                        • Cache・Session・Cookie・WebStorage・IndexedDBのデータ保管の違い

                          1

                          新着記事