-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move last legacy unit-test to esbuild #2140
Conversation
We were using startup.ready as a proxy for surrogates being loaded, but we can check that explicitly from tdsStorage.
Turns out we can't just wait for surrogates, because on startup we load all lists in parallel, then only update the trackers class once they've all loaded.
I also notice there are references to Browserify in packages/privacy-grade. Can those (and the corresponding Gruntfile) be removed? If not, would removing Browserify as a dependency here break the privacy-grade package somehow? |
I also think scripts/rewrite-meta.js can be removed? |
Thanks @kzar. Regarding |
Description:
startup.ready
function, which is used by our DNR code to wait for certain lists to be loaded.