SmallJS
SmallJS copied to clipboard
Node: Server: For IncomingMessage.query, standardize on ST objects iso JS objects
1: IncomingMessage.query currently returns a JsObject. 2: IncomingMessage.queryObject currently returns an Object. Remove 1, then rename 2 to 1, then update all users to expect Object (iso JsObject).