💭
"簡単に"PWAやService worker (SW) をHTTP環境で高速・シンプルにテストする
はじめは、Chrome Devtools
のPort forwarding
を使っていたが、遅いし、トラブルが起きやすかったので、LAN内でシンプルにテストする方法を考えた。
AndroidのChromeを想定しています
はじめに、以下をAndroid
のChrome
で開く。
chrome://flags/#unsafely-treat-insecure-origin-as-secure
そして、自分のipアドレスを、http://
からポート番号まで入れて、Enabled
にして、下のYour changes will take effect the next time you relaunch Chrome.
のRelaunch
を押す。
Relaunch
を忘れずに!
Chrome
が再起動したら、http://192.168.x.x:8000
のように入れて、開けば、http
だけどアドレスバーにi
と表示され、SW
やPWA
、パスキーなどが使えるようになる。
Discussion