### Feature description Hello, While trying to fetch `postData` on a request using firefox, I came accross an "UnsupportedOperation" exception: ``` (node:20514) UnhandledPromiseRejectionWarning: UnsupportedOperation at BidiHTTPRequest.postData (<redacted>) ``` The following documentation page does not mention that `postData` was not supported: https://pptr.dev/webdriver-bidi#puppeteer-features-not-supported-over-webdriver-bidi Do you have plan to support it? Thanks for your help.