awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesWeb Storage APIs

Browser-native APIs for storing data on the client side.

Distinguishing note: Focuses on specific web storage standards.

Explore 4 awesome GitHub repositories matching web development · Web Storage APIs. Refine with filters or upvote what's useful.

Awesome Web Storage APIs GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • asabeneh/30-days-of-javascriptAsabeneh 的头像

    Asabeneh/30-Days-Of-JavaScript

    46,479在 GitHub 上查看↗

    This project is a structured educational resource designed to guide developers through the mastery of the JavaScript programming language. It utilizes a progressive curriculum that organizes technical concepts into a daily learning path, allowing students to build foundational knowledge before advancing to complex application development. The resource distinguishes itself through a hands-on training model that combines detailed explanations with practical code challenges. By focusing on an interactive learning experience, it reinforces core language principles—such as data types, functional p

    Teaches the use of web storage APIs for persistent data.

    JavaScript30daysofjavascriptangularchallenge
    在 GitHub 上查看↗46,479
  • etherdream/jsproxyEtherDream 的头像

    EtherDream/jsproxy

    9,339在 GitHub 上查看↗

    jsproxy is a web traffic proxy designed to route requests through a ServiceWorker to bypass network restrictions while minimizing server-side processing overhead. It focuses on browser API virtualization, rewriting URL-related functions and properties so that proxied pages behave as if they are running on their original domains. The project utilizes a decoupled architecture that separates the static user interface from the data forwarding backend, allowing for deployment across multiple providers. It includes weight-based load balancing to distribute traffic across multiple proxy nodes and im

    Hooks into indexedDB and Cache Storage operations to enumerate or delete keys.

    Shell
    在 GitHub 上查看↗9,339
  • mattpocock/ts-resetmattpocock 的头像

    mattpocock/ts-reset

    8,533在 GitHub 上查看↗

    ts-reset is a TypeScript type enhancement library that overrides and augments the built-in type definitions for standard JavaScript APIs. Its core purpose is to replace unsafe any return types with stricter alternatives like unknown, forcing developers to explicitly validate data before using it. The library achieves this through global type augmentation and declaration merging, applying changes across the entire project without requiring per-file imports. The library differentiates itself by targeting specific pain points in everyday TypeScript usage. It relaxes type constraints on array

    Strictens the return types of browser storage APIs to prevent unsafe access patterns.

    TypeScriptresettypescript
    在 GitHub 上查看↗8,533
  • pichillilorenzo/flutter_inappwebviewpichillilorenzo 的头像

    pichillilorenzo/flutter_inappwebview

    3,736在 GitHub 上查看↗

    This is a plugin for embedding inline or headless web browsers within Flutter applications to render web content. It provides a system for integrating native webview components directly into the widget tree, allowing for the display of web pages and local assets. The project distinguishes itself by offering a headless browser controller for programmatic interaction and data extraction, as well as tools to wrap Progressive Web Apps into native application containers. It includes a mobile bridge for WebRTC to manage camera and microphone permissions for real-time audio and video communication.

    Controls JavaScript storage APIs including cookies, caches, IndexedDB, and local storage.

    Dartandroidbrowsercookie-manager
    在 GitHub 上查看↗3,736
  1. Home
  2. Web Development
  3. Web Storage APIs

探索子标签

  • Storage API Interception1 个子标签Hooks into browser storage APIs to monitor or modify data operations. **Distinct from Web Storage APIs:** Focuses on the interception/hooking of the API calls rather than just using the storage APIs themselves.