05:12
<Domenic>
https://github.com/tc39/ecma262/issues/1801 is quite confusing, do I use [[ArrayLength]] or [[ByteLength]] for typed arrays?
05:12
<Domenic>
I guess they are different
05:12
<Domenic>
But some parts of the spec pretend there is no [[ByteLength]] for them
05:18
<shu>
ArrayLength is scaled to the element size of the typed array, ByteLength is on ArrayBuffers
05:42
<Domenic>
[[ByteLength]] is also on typed arrays, according to some parts of the spec.
05:42
<Domenic>
e.g. https://tc39.es/ecma262/#sec-get-%typedarray%.prototype.bytelength
05:44
<Domenic>
But not https://tc39.es/ecma262/#sec-integer-indexed-exotic-objects
05:44
<shu>
oh right, argh
05:45
<shu>
would be nice to clean up to not cache things, i guess
07:20
<Jack Works>
Does anyone know of a website with COOP and COEP enabled? it's hard to find one to experiment with SAB
07:49
<bakkot>
Jack Works: https://microsoft.github.io/z3guide/docs/logic/intro/
07:49
<bakkot>
it uses https://github.com/gzuidhof/coi-serviceworker
08:07
<Jack Works>
🤔