Skip to content
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

DevTools: Fixed potential cache miss when insepcting elements #22472

Merged

Commits on Sep 30, 2021

  1. DevTools: Fixed potential cache miss when insepcting elements

    If the DevTools UI is closed and reopened, the in-memory insepected element cache will be reset. The backend assumes this data is cached though, and may send a 'no-change' response if DevTools are re-opened and the element is re-inspected.
    
    To fix this, the frontend sends an explicit 'force' flag to tell the backend to always resend the full data.
    Brian Vaughn committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    4f2096f View commit details
    Browse the repository at this point in the history