We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d6d54 commit 8a78b57Copy full SHA for 8a78b57
src/common/iServer/CommonServiceBase.js
@@ -43,7 +43,6 @@ export class CommonServiceBase {
43
44
this.length = null;
45
46
-
47
this.totalTimes = null;
48
49
this.POLLING_TIMES = 3;
@@ -387,4 +386,5 @@ export class CommonServiceBase {
387
386
* @param {Object} serviceResult.object 发布应用程序事件的对象。
388
* @param {Object} serviceResult.type 事件类型。
389
* @param {Object} serviceResult.element 接受浏览器事件的 DOM 节点。
+ * @param {Object} serviceResult.options 请求参数。
390
*/
0 commit comments