()
| 12112 | } |
| 12113 | const supportsAbortController = typeof AbortController === "function"; |
| 12114 | function createAbortController() { |
| 12115 | if (supportsAbortController) { |
| 12116 | return new AbortController(); |
| 12117 | } |
| 12118 | return void 0; |
| 12119 | } |
| 12120 | class WritableStream2 { |
| 12121 | constructor(rawUnderlyingSink = {}, rawStrategy = {}) { |
| 12122 | if (rawUnderlyingSink === void 0) { |
no outgoing calls
no test coverage detected
searching dependent graphs…