Home
last modified time | relevance | path

Searched refs:baseNameOfFilePath (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/FileAPI/support/
Dsend-file-form-helper.js207 const baseNameOfFilePath = filePath => filePath.split(/[\/\\]/).pop(); function
218 baseNameOfFilePath(fileInput.files[0].name),
219 baseNameOfFilePath(fileInput.value),