From 9e5c97f7c7b7bc9532688d496778eb2703b1ba81 Mon Sep 17 00:00:00 2001 From: Jason <59297610+caracal-js@users.noreply.github.com> Date: Wed, 23 Feb 2022 18:24:17 -0500 Subject: [PATCH] E --- lib/uv.handler.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/uv.handler.js b/lib/uv.handler.js index f4677c9..bf06acc 100644 --- a/lib/uv.handler.js +++ b/lib/uv.handler.js @@ -622,10 +622,6 @@ async function __uvHook(window, config = {}, bare = '/bare/') { }; }); - client.storage.on('refresh', event => { - - }); - client.storage.on('get', event => { event.data.name = methodPrefix + __uv.meta.url.origin + '@' + event.data.name; });