aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
655 stars 203 forks source link

Add a Service Worker #323

Closed Coder206 closed 8 years ago

Coder206 commented 8 years ago

Having the code for the Inspector cached on the user's device would decrease loading times but more importantly reduce bandwidth.

ngokevin commented 8 years ago

The Inspector actually isn't loaded on devices unless you inject it (e.g., with the shortcut). Service Workers won't work here I think because the domain at which the Inspector is injected will vary.

Coder206 commented 8 years ago

@ngokevin I understand. I'll close this then.