01:36
<snek>
wdym? do you think there's some value in .stack matching in all impls? I feel like it only needs to match if it's the only way to get data, but if there's a whole array of data, there's no reason to care about the string.
03:39
<ljharb>
the string part would just be to lock down what’s there. Certainly nobody should be using the string once the structure is available.
03:40
<ljharb>
.stack can’t ever not be a string tho, that wouldn’t be web compat