| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
KURL url = resource->Url();Yoav Weiss (@Shopify)const KURL&
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
await new Promise(resolve => setTimeout(resolve, 200));To avoid flaky test, would you make the resource be served via custom handler so we can ensure server received the request?
Something similar to
third_party/blink/web_tests/external/wpt/speculation-rules/prefetch/resources/prefetch.py to put data on server stash and we continuously fetch the stash until it says the server has received the req.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
To avoid flaky test, would you make the resource be served via custom handler so we can ensure server received the request?
Something similar to
third_party/blink/web_tests/external/wpt/speculation-rules/prefetch/resources/prefetch.py to put data on server stash and we continuously fetch the stash until it says the server has received the req.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |