WEB_MESSAGE_ARRAY_BUFFER constant
Feature for isFeatureSupported. This feature covers WebMessagePort.postMessage with ArrayBuffer type,
InAppWebViewController.postWebMessage with ArrayBuffer type, and JavaScriptReplyProxy.postMessage with ArrayBuffer type.
Implementation
static const WEB_MESSAGE_ARRAY_BUFFER = WebViewFeature._internal(
'WEB_MESSAGE_ARRAY_BUFFER',
'WEB_MESSAGE_ARRAY_BUFFER',
);