並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 11 件 / 11件

新着順 人気順

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

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

indexedDBに関するエントリは11件あります。 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

              JavaScriptがブラウザ内にデータを保存する場合、ちょっとした物であればWebStorageが簡単に使えて便利なのですが、この子は5〜10Mbyte程度の容量しかありません。また純粋なKVSであるがためにそれ以上のことはもちろんできません。 そんな時に利用するのがIndexedDB。WebStorageと比べ非常に大容量で、RDBで言うインデックスやテーブルなど様々な機能が搭載されています。今回はIndexedDBのお話……をしようかと思ったのですが、直接IndexedDBを触るコードは書いていて正直ダルいので、便利ライブラリを通して触ることにしますw IndexedDBとは WebStorageとの比較 ライブラリ比較 Dexie.jsからIndexedDBをさわる 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

                • 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

                        新着記事