[webkit-reviews] review granted: [Bug 175710] [Fetch API] Add support for a callback-based fetch : [Attachment 318471] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 18 10:38:04 PDT 2017


Alex Christensen <achristensen at apple.com> has granted youenn fablet
<youennf at gmail.com>'s request for review:
Bug 175710: [Fetch API] Add support for a callback-based fetch
https://bugs.webkit.org/show_bug.cgi?id=175710

Attachment 318471: Patch

https://bugs.webkit.org/attachment.cgi?id=318471&action=review




--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 318471
  --> https://bugs.webkit.org/attachment.cgi?id=318471
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=318471&action=review

> Source/WebCore/Modules/fetch/FetchResponse.h:62
> +    using NotificationCallbak =
WTF::Function<void(ExceptionOr<FetchResponse&>&&)>;

Callback


More information about the webkit-reviews mailing list