Skip to content

trim未做兼容处理 #82

@ceau

Description

@ceau

qiniu.js 220行this.trim = function(text) {
return text === null ? "" : this.trim.call(text);
};
在低版本浏览器会出现报错

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions