Jiajie Hu

Results 10 comments of Jiajie Hu

I've figured it out. Thanks for your suggestion.

The original readyState check is not deleted because of [concerns on old browsers](https://github.com/tensorflow/tfjs/pull/6626#pullrequestreview-1048308808). The original readyState check is left as compulsory even when rvfc is present because [having a unified...

> Another place that has readState check is tfjs-data/src/util/test_utils.ts. I'm not sure if we need to also fix it. I'm not sure either. Let me wait for more feedback. >...

@rogerwang, please take a look, thanks!

Please consider to review this one line change at your convenience. Thanks!

Please consider to review this one line change at your convenience. Thanks!

@qjia7 It sounds the correctness of the builtin/polyfilled `isnan` can be programmatically probed with a small snippet and then the right one could be picked up _automatically_ without "creating new...

Will [MessageChannel](https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel) fit your needs here?