ARRAY_BUFFER constant

WebMessageType const ARRAY_BUFFER

Indicates the payload of WebMessageCompat is JavaScript ArrayBuffer.

NOTE: available only if WebViewFeature.WEB_MESSAGE_ARRAY_BUFFER feature is supported.

Implementation

static const ARRAY_BUFFER = WebMessageType._internal(1, 1);