NEW 184989
NetworkDataTask constructor takes too many arguments
https://bugs.webkit.org/show_bug.cgi?id=184989
Summary NetworkDataTask constructor takes too many arguments
Brent Fulgham
Reported 2018-04-25 12:21:36 PDT
NetworkDataTask accepts a large number of flags. Since this class is subclassed across various ports, adding or removing flags is tedious and error prone. This is doubly-annoying, since we generally construct a platform-specific NetworkDataTask by passing the individual elements of a NetworkLoadParameters object.
Attachments
Note You need to log in before you can comment on or make changes to this bug.