This is redundant with FetchOptions::Mode
Created attachment 282710 [details] Patch
Comment on attachment 282710 [details] Patch Not related to the patch exactly, but I wish it was spelled FetchOptions::Mode::CORS rather than FetchOptions::Mode::Cors since it's an acronym.
Comment on attachment 282710 [details] Patch Clearing flags on attachment: 282710 Committed r202811: <http://trac.webkit.org/changeset/202811>
All reviewed patches have been landed. Closing bug.
(In reply to comment #2) > Comment on attachment 282710 [details] > Patch > > Not related to the patch exactly, but I wish it was spelled > FetchOptions::Mode::CORS rather than FetchOptions::Mode::Cors since it's an > acronym. That is not really possible as "cors" comes from an IDL enumeration.