-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed as not planned
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.stale
Description
I think there is a bunch of interesting web related things on the navigator object itself that could fit into NodeJS and dose not require a UI.
Deno, Bun.js, Browser and all Worker threads has it. NodeJS is the only platform that lacks it
Things i find interesting to also have in a NodeJS environment is
- geolocation
- connection
- hardwareConcurrency
- platform
- language
- onLine
- userAgentData
- getBattery
- getGamepads
- vibrate
- permissions
- worker: implement Web Locks API #36502
- usb
- clipboard
- storage + File System Access + estimates (whatwg/fs)
- deviceMemory
- presentation
- bluetooth
- userAgent
(not saying we should go ahead and implement all of this)
I think there should at least exist a global navigator object so ppl can at least polyfill missing features onto the global navigator
lin7sh, jimmywarting, sindresorhus, Mesteery, dnalborczyk and 5 more
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.stale