From cace5c60b31c74c67bb2982819c167042a9a129a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 8 Jun 2025 17:57:58 +0900 Subject: [PATCH] Update chrome.js --- lib/chrome.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/chrome.js b/lib/chrome.js index e473287..18cc6fa 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -1254,7 +1254,9 @@ var ChromeObject = function() { return this.getEvaluatedValue('(confirm("' + s + '") ? "true" : "false")'); }; - // @deprecated + /** + * @deprecated Use Chrome.setPublisherName instead of Chrome.setVendor + */ this.setVendor = function(vendor) { this.setPublisherName(vendor); console.warn("Deprecated: Please use setPublisherName");