(reason)
| 2878 | } |
| 2879 | |
| 2880 | function abortAlgorithm(reason) { |
| 2881 | return TransformStreamDefaultSinkAbortAlgorithm(stream, reason); |
| 2882 | } |
| 2883 | |
| 2884 | function closeAlgorithm() { |
| 2885 | return TransformStreamDefaultSinkCloseAlgorithm(stream); |
no test coverage detected