Files
30-seconds-of-code/collections/js/browser-capabilities.yaml
2023-05-14 22:36:21 +03:00

20 lines
711 B
YAML

slug: js/browser-capabilities
name: Browser Capability Detection
featured: true
snippetIds:
- js/s/supports-touch-events
- js/s/detect-device-type
- js/s/detect-language
- js/s/prefers-dark-color-scheme
- js/s/prefers-light-color-scheme
- js/s/is-local-storage-enabled
- js/s/is-session-storage-enabled
splash: compass-1.png
description: >-
Using modern JavaScript APIs, you can detect a wide variety of browser
capabilities and adapt the user experience accordingly. Start creating
responsive web applications with this collection of tips and tricks.
shortDescription: >-
Use modern JavaScript APIs to detect a variety of browser capabilities and
adapt the user experience accordingly.