Is there any particular reason why the JS `Date` t...
# javascript
g
Is there any particular reason why the JS
Date
type mapping does not contain time component setter functions?
r
Hi Gregor, the main idea is having current API immutable as much as possible to make it easy to migrate to multi-platform API in the future.
👍 2
g
Thank you