New issue
Advanced search Search tips

Issue 883062 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Creating file with 'exclusive' should return PathExistsError when file already exists

Project Member Reported by adithyas@chromium.org, Sep 11

Issue description

fileSystem.root.getFile(existingFile, {create: true, exclusive: true}, () => {}, error => console.log(error.name)) prints "InvalidModificationError" instead of "PathExistsError".

 

Sign in to add a comment