Under `lib/fetch/util.js` we have a few helper methods that are pretty well documented in spec and and needs to be implemented: - [x] appendRequestOriginHeader - [x] appendFetchMetadata - [x] TAOCheck - [x] corsCheck - [x] crossOriginResourcePolicyCheck - [x] makePolicyContainer - [x] clonePolicyContainer - [x] determineRequestsReferrer
Under
lib/fetch/util.jswe have a few helper methods that are pretty well documented in spec and and needs to be implemented: