Temporal had been relying on Object.keys to return the keys in sequential order but the current V8 implementation uses array indexing and our keys are values outside the array index range. As a result, we cannot assume the last entry in the keys will be the greatest queued time value.
Temporal had been relying on Object.keys to return the keys in sequential order but the current V8 implementation uses array indexing and our keys are values outside the array index range. As a result, we cannot assume the last entry in the keys will be the greatest queued time value.