mdittmer / object-graph-js

Object graphs from Javascript worlds
Apache License 2.0
1 stars 2 forks source link

Add and integrate BrowserObjectGraph #22

Closed mdittmer closed 6 years ago

mdittmer commented 6 years ago

BrowserObjectGraph is an ObjectGraph with custom application logic to probe for interface members that may go undetected using object reflection.

Towards https://github.com/GoogleChromeLabs/confluence/issues/201

@lukebjerring PTAL