protocol.uts 233 字节
Newer Older
DCloud-yyl's avatar
DCloud-yyl 已提交
1 2 3 4 5 6 7 8 9 10
export const API_ARRAY_BUFFER_TO_BASE64 = 'arrayBufferToBase64'
export const ArrayBufferToBase64Protocol = new Map<string, ProtocolOptions>([
  [
    'arrayBuffer',
    {
      type: 'arrayBuffer',
      required: true,
    }
  ]
])