You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve waitForMapClear to check expected removed keys
Instead of waiting for any update, waitForMapClear now takes an
expectedRemovedKeys parameter and waits for an update where all
specified keys have .removed status. This serves as a better proxy
for the JS operation action check.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
// Note that Cursor decided to implement this in a different way to the waitForObjectSync that I'd already implemented; TODO pick one of the two approaches (this one might be cleaner).
0 commit comments