()
| 549 | __proto__: null, |
| 550 | |
| 551 | get desiredSize() { |
| 552 | if (!isWritable()) return null; |
| 553 | return MathMax(0, hwm - (writable.writableLength ?? 0)); |
| 554 | }, |
| 555 | |
| 556 | writeSync(chunk) { |
| 557 | return false; |
nothing calls this directly
no test coverage detected