- From: Luke Warlow <notifications@github.com>
- Date: Thu, 25 Sep 2025 02:26:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 September 2025 09:26:53 UTC
@lukewarlow commented on this pull request. > @@ -7558,6 +7559,14 @@ dictionary RequestInit { RequestDuplex duplex; RequestPriority priority; any window; // can only be set to null + FetchObserverCallback observer; +}; + +callback FetchObserverCallback = undefined (FetchObserver requestObserver, FetchObserver responseObserver); + +[Exposed=(Window,Worker)] +interface FetchObserver : EventTarget { Renamed to FetchMonitor -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1843#discussion_r2378415068 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1843/review/3266707019@github.com>
Received on Thursday, 25 September 2025 09:26:53 UTC