Zhuo Chen

Results 4 comments of Zhuo Chen

HTTP Pipelining 是个失败的技术啊。HTTP2 给我带来了一些焦虑,HTTP 不再简单了,又要更新 debug 技术了。

Yes. Rejection error can escape the error boundary which catches error via `errorCaptured`.

OMG. We debugged this issue for weeks! Cookie is stolen by some other users!

ant-design's InputNumber hits this problem. onChange handler of InputNumber is fed with a number value, however onBlur is fed with a raw FocusEvent dispatched from the HTMLInputElement underneath. onChange is...