Alex
Alex
The goal is to be more web like. DOM Elements have EventTarget built-in, despite it being something that could be implemented in 1-2 KB of userland code. Likewise, React Context...
I disagree about web-like a reason by itself. React native recently had an RFC (react-native-community/discussions-and-proposals#607) to add more compatibility with the web. Deno came about specifically because Node wasn't following...
@kitsonk I'd really like this merged for a large-scale project I have planned.
I hope this is still active. Has there been any progress on the basic interface for a future sensor discovery API? I'd like to take it into account when designing...
@anssiko sure. I'll try experimenting with several approaches and report my experiments. One thing I thought of: there is a certain amount of overlap between sensor discovery and WebHID. Since...
@anssiko @larsgk I've done some preliminary experiments, and I put together an unfinished basic spec here: https://gist.github.com/Symbitic/7e7f0722da6357aaa2d5a2a2df999c4d Long story short, it defines a generic `SensorSource` interface that acts as a...
What's the status of this?
Which parts?
Tests should work in Node (I will double check). It just imports from the bundled commonjs file (in dist). And Node tests have to use `require` - that's why we...