()
| 211 | |
| 212 | // https://fetch.spec.whatwg.org/#cross-origin-resource-policy-check |
| 213 | function crossOriginResourcePolicyCheck () { |
| 214 | // TODO |
| 215 | return 'allowed' |
| 216 | } |
| 217 | |
| 218 | // https://fetch.spec.whatwg.org/#concept-cors-check |
| 219 | function corsCheck () { |