:bug: Add support for TypedArrays in IPC.
authorhaad <haad@headbanggames.com>
Fri, 22 Jul 2016 18:44:19 +0000 (19:44 +0100)
committerhaad <haad@headbanggames.com>
Fri, 22 Jul 2016 18:44:19 +0000 (19:44 +0100)
commitc717cd919224ef3554d1c2a7bf3b65779943186e
tree96f02a2104a21f1ade6550a3e1f78b298a24b012
parent99ec841a8e4fe21182e2dfa7a1f085d70b80d6cf
:bug: Add support for TypedArrays in IPC.

Fixes https://github.com/electron/electron/issues/2104.
lib/browser/rpc-server.js
lib/common/api/is-typed-array.js [new file with mode: 0644]
lib/renderer/api/remote.js