Improve caching
This commit is contained in:
@@ -9,4 +9,5 @@ function listener(channel, callback) {
|
||||
contextBridge.exposeInMainWorld('nativeVueHost', {
|
||||
onBack: (callback) => listener('native-vue:back', callback),
|
||||
onForward: (callback) => listener('native-vue:forward', callback),
|
||||
onMemoryPressure: (callback) => listener('native-vue:memory-pressure', callback),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user