Closed estebanabaroa closed 2 months ago
Good idea, so after initializing, the Plebbit instance is gonna have a plebbit.userAgent
field that defaults to /plebbit-js:${plebbitJsVersion}/
?
Good idea, so after initializing, the Plebbit instance is gonna have a
plebbit.userAgent
field that defaults to/plebbit-js:${plebbitJsVersion}/
?
do we need it to be public? it could just be part of plebbitOptions and not part of the plebbit instance
I guess it should because other plebbit options are public as well?
I guess it should because other plebbit options are public as well?
PlebbitOptions
is not documented on the Plebbit
instance in the readme, and not sure they are being used anywhere in the hooks. I think we should leave them private and undocumented for now until we actually need them.
Implemented
which would override the userAgent in pubsub.
would be nice to have in the subplebbit uptime monitor