ExpoSEJS / ExpoSE

A Dynamic Symbolic Execution (DSE) engine for JavaScript. ExpoSE is highly scalable, compatible with recent JavaScript standards, and supports symbolic modelling of strings and regular expressions.
MIT License
183 stars 36 forks source link

Dashboard loads empty page #102

Closed kumavis closed 3 years ago

kumavis commented 3 years ago

running the ui via npm start

results in an empty page image

enabling javascript debugger shows an error

Uncaught ReferenceError: ClientRect is not defined
    at xel.min.html:1
    at xel.min.html:1

seems ClientRect was replace with DOMRect https://bugs.chromium.org/p/chromium/issues/detail?id=719246

this should be resolved in a newer version of xel