From dd655b938fe06f3d5dcf9064150b92f414b53641 Mon Sep 17 00:00:00 2001 From: David Reed Date: Tue, 13 Jun 2023 22:57:00 -0400 Subject: [PATCH] unused method --- src/client/index.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/client/index.js b/src/client/index.js index 181e345d..03ec6997 100644 --- a/src/client/index.js +++ b/src/client/index.js @@ -70,14 +70,6 @@ class UVClient extends EventEmitter { this.storage = new StorageApi(this); this.style = new StyleApi(this); } - initLocation(rewriteUrl, sourceUrl) { - this.location = new LocationApi( - this, - sourceUrl, - rewriteUrl, - this.worker - ); - } /** * * @param {*} obj