From: Tim Düsterhus Date: Tue, 23 Nov 2021 09:46:00 +0000 (+0100) Subject: Improve rendering in migration/wsc54/javascript.md X-Git-Tag: 5.6.final~108 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9b8e129a88143a276257cabf6d0fac0a146fc2c4;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Improve rendering in migration/wsc54/javascript.md --- diff --git a/docs/migration/wsc54/javascript.md b/docs/migration/wsc54/javascript.md index 4a2eec89..b0a7746c 100644 --- a/docs/migration/wsc54/javascript.md +++ b/docs/migration/wsc54/javascript.md @@ -2,7 +2,7 @@ ## `Ajax.dboAction()` -We have introduced a new `Promise` based API for the interaction with `wcf\\data\\DatabaseObjectAction`. +We have introduced a new `Promise` based API for the interaction with `wcf\data\DatabaseObjectAction`. It provides full IDE autocompletion support and transparent error handling, but is designed to be used with `DatabaseObjectAction` only. See [the documentation for the new API](../../javascript/new-api_ajax.md) and [WoltLab/WCF#4585](https://github.com/WoltLab/WCF/pull/4585) for details.