Git Product home page Git Product logo

dare's Introduction

dare's People

Contributors

grinzero avatar turbobot-temp avatar

Watchers

 avatar

dare's Issues

[Feature]add keepalive to fetch

export const fetchFn = (url: string, data: unknown) => {
  return fetch(url, {
    method: "POST",
    body: JSON.stringify(data),
    headers: {
      "Content-Type": "application/json",
    },
    keepalive: true,
  });
};

[Bug]LocalDB cannot update db when use same dbName

This code can resolve the problem:

this.db = Promise.resolve(request.result);
if (!request.result.objectStoreNames.contains(storeName)) {
    request.result.createObjectStore(storeName, { keyPath: 'id' });
}

[RFC]【SDK】web-sdk白屏检测插件

Desc

白屏检测是web白屏检测的重点难点,一般的技术方案包含自动抽样检测、制定容器检测,总而言之,白屏检测并非简单借助API完成,相关方案可以仔细讨论。

Values

  1. 白屏检测搭配监控与告警系统,可以有效检测线上事故。

[RFC]【SDK】web-sdk错误上报插件

Desc

错误上报涉及到多种上报,包含资源错误、网络请求错误、代码错误、未捕获错误等等方面的错误日志与上报。

Values

错误上报是目前SDK中最常见的能力,其重点价值在于帮助开发者排查和解决线上问题。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.