Bug 1964675 - Fix various jsdoc type definitions across urlbar code. r=urlbar-reviewers,jteow

Differential Revision: https://phabricator.services.mozilla.com/D247921
This commit is contained in:
Mark Banner
2025-05-13 20:51:25 +00:00
committed by mbanner@mozilla.com
parent 0bfb4c4f3d
commit 0362463c59
36 changed files with 82 additions and 100 deletions

View File

@@ -104,7 +104,7 @@ export class UrlbarController {
* Takes a query context and starts the query based on the user input.
*
* @param {UrlbarQueryContext} queryContext The query details.
* @returns {UrlbarQueryContext}
* @returns {Promise<UrlbarQueryContext>}
* The updated query context.
*/
async startQuery(queryContext) {