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
Plugins may currently provide services to others by putting custom methods on the REPL object and advertising features. Plugins may consume services provided by others by checking for a particular plugin or feature's presence, and calling the methods provided by that plugin. This may cause problems in the future if plugins can't decide on unique names.
The text was updated successfully, but these errors were encountered:
Plugins may currently provide services to others by putting custom methods on the REPL object and advertising features. Plugins may consume services provided by others by checking for a particular plugin or feature's presence, and calling the methods provided by that plugin. This may cause problems in the future if plugins can't decide on unique names.
The text was updated successfully, but these errors were encountered: