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 6cad72f commit cde3e99Copy full SHA for cde3e99
doc/manual.html
@@ -2048,8 +2048,8 @@ <h3 id="api_misc">Miscellaneous methods</h3>
2048
lot faster. The return value from this method will be the return
2049
value of your function.</dd>
2050
2051
- <dt><code><strong>cm.startOperation</strong>()</code></dt>
2052
- <dt><code><strong>cm.endOperation</strong>()</code></dt>
+ <dt id="startOperation"><code><strong>cm.startOperation</strong>()</code></dt>
+ <dt id="endOperation"><code><strong>cm.endOperation</strong>()</code></dt>
2053
<dd>In normal circumstances, use the above <code>operation</code>
2054
method. But if you want to buffer operations happening asynchronously,
2055
or that can't all be wrapped in a callback function, you can
0 commit comments