Advertisement
x7f

Smallest VK Bridge

x7f
Aug 5th, 2020
1,342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. w=window,p=parent,s="postMessage",d="AndroidBridge"
  2. const bridge={send:(m,o)=>{
  3.   o=JSON.stringify(o),p==w?
  4.   w[d]?w[d][m](o):w.webkit.messageHandlers[m][s](o):
  5.   p[s]({handler:m,type:"vk-connect"},"*");
  6. }}
  7.  
  8. bridge.send('VKWebAppInit',{})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement