Closed phillipskevin closed 5 years ago
We should use canReflect.serialize around these values:
canReflect.serialize
https://github.com/canjs/devtools/blob/a32a768b6d024770b08b363eea3036f9e5cbc306/canjs-devtools-injected-script.js#L185
This way, promises will show up correctly once https://github.com/canjs/can-reflect-promise/issues/27 is implemented.
We do this now: https://github.com/canjs/devtools/blob/c71633897ad7f534622f1db15214aa91a2b797f4/canjs-devtools-injected-script.js#L381-L408
We should use
canReflect.serialize
around these values:https://github.com/canjs/devtools/blob/a32a768b6d024770b08b363eea3036f9e5cbc306/canjs-devtools-injected-script.js#L185
This way, promises will show up correctly once https://github.com/canjs/can-reflect-promise/issues/27 is implemented.