I am planning a project where I will need to be able to access files from the File and Directory Entries API through the browser through URLs with actual file paths (unlike blobs) and the FileSystemEntry.toURL() satisfies that need. However, while researching I found that this method is deprecated.
What replacements are there for the function?