pairs
using Object.keys rather than Object.entries?
#6073
Sawtaytoes
started this conversation in
General
Replies: 1 comment
-
rxjs/src/internal/observable/pairs.ts Lines 5 to 7 in c6ba979 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed the
pairs
says it usesObject.keys
instead ofObject.entries
. Is this still valid? If so, any reason it doesn't use.entries
? Is it because of compatibly with older Node.js and browsers?Beta Was this translation helpful? Give feedback.
All reactions