Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Removed info box from the watchdog guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Feb 10, 2020
1 parent aac9ae7 commit 734dfad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/features/watchdog.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ await watchdog.remove( 'editor1' );
await watchdog.remove( 'editor2' );
```

<info-box>
Examples presents the "synchronous way" of the integration with the context watchdog feature, however it's not needed to wait for the promises returned by the `create()`, `add()` and `remove()` methods. There might be a need
to create and destroy items dynamically with shared context and that can be easily achieved as all promises operating on the internal API will be chained.
</info-box>

#### Context watchdog API

The context watchdog feature provides the following API:
Expand Down

0 comments on commit 734dfad

Please sign in to comment.