[w3c/FileAPI] revokeObjectURL does not error check URL parsing and passes string to "remove an entry" (Issue #207)

Spotted two minor issues in [revokeObjectURL](https://w3c.github.io/FileAPI/#dfn-revokeObjectURL)

- There is no error check after parsing the URL
- [Remove an entry from the Blob URL Store](https://w3c.github.io/FileAPI/#removeTheEntry) is given "url" instead of the parsed urlRecord

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/207
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/FileAPI/issues/207@github.com>

Received on Sunday, 19 January 2025 08:48:04 UTC