Detect your device's userAgent, devicePixelRatio, viewport, and breakdown the anatomy of a URL. This page will help you to diagnose the values provided through standard JavaScript APIs about your device and browser.
URL Breakdown.
window.location
{ - hash: "",
- host: "",
- hostname: "",
- href: "",
- origin: "",
- pathname: "",
- port: "",
- protocol: "",
- search: ""
}
Your browser's viewport
window.visualViewport
{ - width: "",
- height: "",
- scale: "",
}