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
The fact that we need this cache is really a V8 quirk of only allowing structured data once.
It's technically possible that the implementation also doesn't need parsing and doesn't need a cache.
It's also not technically correct to use a shared cache for two different requests since the filter is on the request.
But mainly I'm doing this so that I can access the filtered frames.
0 commit comments