(fn)
| 13 | |
| 14 | const checks = { |
| 15 | buildRequest(fn) { |
| 16 | typecheck('function', 'buildRequest', fn) |
| 17 | }, |
| 18 | |
| 19 | credentials(str) { |
| 20 | const allowed = [ 'omit', 'same-origin', 'include' ] |
nothing calls this directly
no test coverage detected
searching dependent graphs…