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
chore(lib): don't require domain by default (#101)
Domains have an unwanted overhead on Node.js v12. The overhead is
observable just by requiring `domain`. To prevent that, we postpone
requiring `domain` until we are sure it's necessary (in which case it
was already required somewhere else).
0 commit comments