w3c / webappsec-mixed-content

WebAppSec Mixed Content
https://w3c.github.io/webappsec-mixed-content/
Other
12 stars 22 forks source link

Replace Request type with destination #11

Closed yoavweiss closed 7 years ago

yoavweiss commented 7 years ago

As Fetch is eliminating Request.type (whatwg/fetch#582), this PR replaces the related logic to Request.destination.


Preview | Diff

annevk commented 7 years ago

You should also remove text: type; url: concept-request-type from the source. (In general it seems this should use Bikeshed/Shepherd much better, but I guess that's best left for some other time.)

yoavweiss commented 7 years ago

You should also remove text: type; url: concept-request-type from the source.

removed

yoavweiss commented 7 years ago

Relevant Fetch changes: https://github.com/whatwg/fetch/pull/582