Previously, we would crash if `console.table()` was called with a proxy-wrapped array. This is because `Value::is_array()` returns true for proxy-wrapped arrays but `as_array()` simply casts to an Array object. We now treat these objects as array-like and access elements generically through the Object interface, which correctly dispatches through Proxy traps. |
||
|---|---|---|
| .. | ||
| console-table-proxy-wrapped-array.html | ||
| cyclic-async-module-a.mjs | ||
| cyclic-async-module-b.mjs | ||
| cyclic-async-module.html | ||
| cyclic-async-module.mjs | ||
| cyclic-module-throws.html | ||
| cyclic-module-throws.js | ||
| draw-from-offscreen-canvas.html | ||
| finalization-registry-basic.html | ||