Closed jjkbb123 closed 2 years ago
Neither the execution ordering of Chrome/V8 Promise callbacks, nor that of then/promise, are defined, documented, or stable guarantees. It is simply undefined, and even it being stable for a given version of the Promise implementation ought not to be relied on.
example
v8 Promise: 0 3 4 5 1 6 this Promise: 0 3 1 4 5 6