Kenneth Rohde Christiansen

Results 52 issues of Kenneth Rohde Christiansen

This is highly related to W3C Generic Sensor API: https://www.w3.org/TR/generic-sensor/ https://www.ecma-international.org/memento/tc53-m.htm https://www.ecma-international.org/memento/tc53-2018-003.pdf

For tracking: Web Locks: https://github.com/nodejs/node/issues/22702

> The Manifest format doesn't provide mechanisms for detecting (and responding to) the app installation process or for understanding, once launched, that an app is in "app mode". It does...

As the SW can be killed before this call, we might need to store the responses like in an indexedDB, if these can be stored at all. Then remove existing...

bug

There are a few optimizations that can be done, like I believe there is an invalidate call too much and a call to typeFn too much. But tests would make...

Multiple different mistakes, like using types like "string" which doesn't exist in Web IDL: https://heycam.github.io/webidl/#prod-StringType

bug
P3

It comes with the starter kit and it would be nice to support: https://www.seeedstudio.com/Grove-Temperature-Sensor-p-774.html

enhancement

It would be nice to know whether the software is missing support, or the device actually lacks the hardware. Currently blank can mean either and it is confusing

P2

Based on Generic Sensor API with Node.js adaptation and https://github.com/otcshare/hygrometer/blob/gh-pages/index.html ``` **callback ListenerOrNull = any (...);** interface Sensor : **EventEmitter** { readonly attribute SensorState state; readonly attribute SensorReading? reading; void...

enhancement