wirepair / gcd

Unofficial implementation of the Google Chrome Remote Debugger in Go
MIT License
186 stars 31 forks source link

Reorder and initialize missing DevTools domains #70

Closed camswords closed 12 months ago

camswords commented 12 months ago
camswords commented 12 months ago

@wirepair if this looks okay to you, could you please merge and release?

I think we need to use the storage domain to track changes to the cache, and when Chromium serves a request from their cache (we see this with Network.requestServedFromCache), we should get the response body from CacheStorage.requestCachedResponse instead of Network.getResponseBody.