Skip to content
View dkme01's full-sized avatar

Block or report dkme01

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dkme01/README.md

Salve salve, meu nome é Bryan Alexandre e este é meu github dkme01-inumaki


dkme01-Js dkme01-Ts dkme01-React dkme01-Node dkme01-EXPRESS dkme01-MUI dkme01-HTML dkme01-CSS dkme01-SASS dkme01-Mongodb

Pinned Loading

  1. prova_flash prova_flash Public

    Teste de admissão

    Dart

  2. semana-js-expert semana-js-expert Public

    JavaScript 1

  3. CursoRocketseatJava CursoRocketseatJava Public

    Course on JAVA development

    Java

  4. A modern-ish SW registration script,... A modern-ish SW registration script, detecting various state changes.
    1
    if ('serviceWorker' in navigator) {
    2
      window.addEventListener('load', async function() {
    3
        const registration = await navigator.serviceWorker.register('/service-worker.js');
    4
        if (registration.waiting && registration.active) {
    5
          // The page has been loaded when there's already a waiting and active SW.
  5. Stuff I wish I'd known sooner about ... Stuff I wish I'd known sooner about service workers
    1
    # Stuff I wish I'd known sooner about service workers
    2
    
                  
    3
    I recently had several days of [extremely frustrating experiences](https://twitter.com/Rich_Harris/status/755794434403467265) with service workers. Here are a few things I've since learned which would have made my life much easier but which isn't particularly obvious from most of the blog posts and videos I've seen.
    4
    
                  
    5
    I'll add to this list over time – suggested additions welcome in the comments or via [twitter.com/rich_harris](https://twitter.com/rich_harris).