FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

enable3d/WebXR.md at master · N8python/enable3d · GitHub

Latest commit

 

History

History
9 lines (8 loc) · 131 Bytes

File metadata and controls

9 lines (8 loc) · 131 Bytes

To test WebXR in your local network, you need https:

// webpack.dev.js
devServer: {
  host: '0.0.0.0',
  https: true
},

Back | FazBrowse Home | New Git URL