Skip to content

Commit 260bc31

Browse files
chore: Deprecate idb (#1073)
1 parent 7cb4b6e commit 260bc31

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/webdriveragent.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ export class WebDriverAgent {
3434
/** @type {string} */
3535
agentPath;
3636

37+
/** @type {any} @deprecated for removal */
38+
idb;
39+
3740
/**
3841
* @param {import('appium-xcode').XcodeVersion | undefined} xcodeVersion @deprecated Will be removed as no actual usage.
3942
* @param {import('./types').WebDriverAgentArgs} args
@@ -506,6 +509,7 @@ export class WebDriverAgent {
506509
}
507510

508511
/**
512+
* @deprecated We'll stop supporting idb. Deprecated for removal.
509513
* @returns {Promise<void>}
510514
*/
511515
async startWithIDB () {

0 commit comments

Comments
 (0)