You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cos.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ var COS = function (options) {
60
60
console.warn('warning: AppId has been deprecated, Please put it at the end of parameter Bucket(E.g: "test-1250000000").');
61
61
}
62
62
if(util.isWeb()){
63
-
console.warn('warning: cos-nodejs-sdk-v5 不支持浏览器使用,浏览器调用 COS API 请使用 cos-js-sdk-v5,参考文档: https://cloud.tencent.com/document/product/436/11459');
64
-
console.warn('warning: cos-nodejs-sdk-v5 does not support browsers. Please use cos-js-sdk-v5 when browsers call COS API, Refer to the following document: https://cloud.tencent.com/document/product/436/11459');
console.warn('warning: cos-nodejs-sdk-v5 does not support browsers. Please use cos-js-sdk-v5 instead, See: https://cloud.tencent.com/document/product/436/11459');
0 commit comments