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
init function that creates an instance of DeBot and returns DeBot metadata.
Dengine fetches metadata form DeBot by calling 2 mandatory functions: getRequiredInterfaces and getDebotInfo. This data is returned by fetch and init functions.
approve DeBot Browser callback which is called by DEngine to request permission for DeBot activities.
Changed
Debot Module:
[breaking] fetch function does't create an instance of debot. It returns DeBot metadata (DebotInfo).
[breaking] start function does't create an instance of debot. It accepts DeBot handle created in init function.