[deviceorientation] Pull Request: Remove '?' from dictionary members of DeviceMotionEventInit

reillyeon has just submitted a new pull request for https://github.com/w3c/deviceorientation:

== Remove '?' from dictionary members of DeviceMotionEventInit ==
It is invalid for a dictionary member that resolves to a nullable type
to be marked with '?'. This change is effectively a no-op because these
fields remain nullable.

Resolves #54.

See https://github.com/w3c/deviceorientation/pull/55

Received on Saturday, 22 September 2018 01:27:03 UTC