Searched refs:webPath (Results 1 – 2 of 2) sorted by relevance
148 const webPath = getWebPath(path); constant149 return webPath && host.readFile(webPath);200 const webPath = getWebPath(path); constant201 return !!webPath && host.fileExists(webPath);
77 readFile: webPath => {79 request.open("GET", webPath, /* asynchronous */ false);83 fileExists: webPath => {85 request.open("HEAD", webPath, /* asynchronous */ false);