UNPKG
@naoak/workerize-transferable
Version:
latest (0.1.0)
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
Helper functions for workerlize-loader to support transferables
@naoak/workerize-transferable
/
lib
/
message-types.js
3 lines
•
172 B
JavaScript
View Raw
1
2
3
/** The event name of RPC messages which support transferables */
export
const
MESSAGE_TYPE_RPC_TRANSFERABLE =
'RPC_transferable'
;
//# sourceMappingURL=message-types.js.map