You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2019. It is now read-only.
In some rare circumstances, I've wanted to register a plugin that calls server.decorate() on multiple connections at once (hapijs/cookie#119). It'd be super useful to have some way to check if a decoration existed already or opt-in to having server.decorate() not throw an error.
In some rare circumstances, I've wanted to register a plugin that calls server.decorate() on multiple connections at once (hapijs/cookie#119). It'd be super useful to have some way to check if a decoration existed already or opt-in to having server.decorate() not throw an error.