Files: eed85c976be79699b77f859046143b69e0c94b5e / docs / index.md
2676 bytesRaw
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
Table of Contents
a cbor decoder for the objects
Type: Object
constructor
an ID
Parameters
id
Buffer the id as an buffer
constructor
A function reference
Parameters
opts
Objectopts.identifier
any the function's identifieropts.actorID
ID the id of the actoropts.params
Array the params of the function
constructor
A module reference
Parameters
exports
Object a map of exported function to params for the funcion if anyid
ID the id of the actor
getFuncRef
return a function refernce given the name of the function
Parameters
name
string
Returns FunctionRef
constructor
This implements Messages for Primea
Parameters
opts
Objectopts.data
ArrayBuffer the payload of the messageopts.caps
Array<Object> an array of capabilities to send in the message
Built with git-ssb-web