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 39d16db commit e4db25eCopy full SHA for e4db25e
spec/_static/javascripts/version_dropdown.js
@@ -14,7 +14,7 @@ async function href(url, path) {
14
await fetch(url).then(onResponse).catch(onError);
15
16
/**
17
- * Success handler.
+ * Callback invoked upon successfully resolving a resource.
18
*
19
* @private
20
* @param {Object} response - response object
@@ -27,7 +27,7 @@ async function href(url, path) {
27
}
28
29
30
- * Error handler.
+ * Callback invoked upon failing to resolve a resource.
31
32
33
* @param {Error} error - error object
0 commit comments