You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present we only support pipelining on bare objects, Functions, and RpcTargets. I guess we need to extend it to support Maps, Arrays, and other serializable types.
It sounds like there might be an additional bug with Arrays where numeric indexes aren't being picked up by the wildcard property. I would have expected them to be stringified per JavaScript tradition, but maybe that doesn't actually happen here...
These seem like bugs.
At present we only support pipelining on bare objects, Functions, and RpcTargets. I guess we need to extend it to support Maps, Arrays, and other serializable types.
It sounds like there might be an additional bug with Arrays where numeric indexes aren't being picked up by the wildcard property. I would have expected them to be stringified per JavaScript tradition, but maybe that doesn't actually happen here...
Originally posted by @kentonv in #1870 (comment)
The text was updated successfully, but these errors were encountered: