From: DongHyun Song Date: Sun, 22 Nov 2020 22:12:06 +0000 (+0900) Subject: Refactor disk cache setting and appcontrol data X-Git-Tag: submit/tizen/20201203.011003^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F248119%2F4;p=platform%2Fframework%2Fweb%2Fwrtjs.git Refactor disk cache setting and appcontrol data Delete codes will be handled in native code side Related patch: https://review.tizen.org/gerrit/248127/ Change-Id: I596fce437f43664c4fd17eff959375d46ff7b776 Signed-off-by: DongHyun Song --- diff --git a/wrt_app/src/runtime.ts b/wrt_app/src/runtime.ts index 3717d43..185c63a 100644 --- a/wrt_app/src/runtime.ts +++ b/wrt_app/src/runtime.ts @@ -105,10 +105,6 @@ class Runtime { this.webApplication.inspectorSrc = src; src = "about:blank"; } - let useDiskCache = appControl.getData('USE_DISKCACHE'); - let halfWindowOption = appControl.getData('http://samsung.com/appcontrol/data/half_window_support'); - wrt.tv.setDiskCache(useDiskCache); - wrt.tv.handleAppControlData(launchMode, halfWindowOption); } this.webApplication.mainWindow.loadURL(src); this.webApplication.prelaunch(src);