SmallJS icon indicating copy to clipboard operation
SmallJS copied to clipboard

Node: Server: For IncomingMessage.query, standardize on ST objects iso JS objects

Open FunctionPoint opened this issue 10 months ago • 0 comments

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).

FunctionPoint avatar Apr 21 '25 20:04 FunctionPoint