microsoft / cloudcloak

A hackathon idea to hide sensitive information in the Azure Portal
MIT License
84 stars 7 forks source link

Look into whether MutationObserver changes can/should be debounced (does the browser do this for us?) #13

Closed DavidAnson closed 2 months ago

DavidAnson commented 2 months ago

MutationObserver already provides changes in batches which we're now taking advantage of. Tentatively closing this issue as that should be all we need to do (i.e., rely on the browser).

https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver/MutationObserver