diff options
Diffstat (limited to 'op_crates/url/00_url.js')
-rw-r--r-- | op_crates/url/00_url.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/op_crates/url/00_url.js b/op_crates/url/00_url.js index 9dd2b7800..bf1ed6059 100644 --- a/op_crates/url/00_url.js +++ b/op_crates/url/00_url.js @@ -389,14 +389,6 @@ toJSON() { return this.href; } - - static createObjectURL() { - throw new Error("Not implemented"); - } - - static revokeObjectURL() { - throw new Error("Not implemented"); - } } window.__bootstrap.url = { |