property Http2Stream.aborted Usage in Denoimport { type Http2Stream } from "node:http2"; Set to true if the Http2Stream instance was aborted abnormally. When set, the 'aborted' event will have been emitted. Type boolean