I'm the PM on Edge DevTools, and I was wondering if we could help this extension, by setting a property on the global object when the DevTools are opened?
The current approach seems rather hacky, and I imagine it would be easy to get implemented in most engines
interface DevTools {
attribute Boolean isOpen;
attribute String dockState;
}
window.devTools.isOpen
window.devTools.dockState // 'left, right, top, bottom, inline'
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too