DescriptionRequest construction spec changes to use the 'used' flag.
This adds the following behavior:
1. If input is a Request object, run these substeps:
1. If input's used flag is set, throw a TypeError.
2. Set input's used flag.
Outlined in this change:
https://github.com/whatwg/fetch/commit/a898f9a2941350aa625aa79b24673628ac2b2a8e#diff-1feda49b40370635faef8b655f144f64R2681
Spec:
http://fetch.spec.whatwg.org/#dom-request
BUG=413072
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181934
Patch Set 1 #
Total comments: 36
Patch Set 2 : Fixed method name & step number fixes #
Messages
Total messages: 8 (2 generated)
|