yyx990803 / register-service-worker

A script to simplify service worker registration with hooks for common events.
MIT License
638 stars 58 forks source link

refactor: delay localhost check #10

Closed ulivz closed 5 years ago

ulivz commented 5 years ago

Summary

In some cases, I want this module to be used at an isomorphic application. but import this module will execute the isLocalhost check immediately.

This PR only do a minor tweak that delays the localhost check.