(filename)
| 719 | |
| 720 | // Indicates whether filename is delivered via file protocol (as opposed to http/https) |
| 721 | function isFileURI(filename) { |
| 722 | return filename.startsWith('file://'); |
| 723 | } |
| 724 | |
| 725 | // end include: URIUtils.js |
| 726 | /** @param {boolean=} fixedasm */ |
no outgoing calls
no test coverage detected