Files
browser/src
Karl Seguin b9ddac878c Log unknown object properties in debug builds
We currently log any unknown property access on the global (window). This has
proven pretty useful when debugging, often letting us know a type we're
completely missing.

However, it isn't just about what types we have, it's also about the properties
those types expose. Inspired by the wasted time spent on
https://github.com/lightpanda-io/browser/pull/1473, this commit adds the same
type of logging for unknown properties on objects. In debug mode only. This is
only done for objects which don't have their own NamedIndexer.
2026-02-05 17:35:15 +08:00
..
2026-01-29 21:00:06 +08:00
2026-01-19 09:12:16 +08:00
2026-01-24 07:59:41 +08:00
2026-01-29 19:44:10 +08:00
2026-02-04 13:48:07 +00:00