blob: a77c8d15e5d42ca0f9e119577c4e65a3b790803b [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="/local/fileapi/resources/temp-file-utils.js"></script>
<script>
const tempFileName = "test.tmp";
removeTempFile(tempFileName);
</script>
</body>
</html>