Invoking callbacks within code cross iframe (same origin)

前端 未结 0 559
栀梦
栀梦 2020-12-17 09:44

I am looking for a way to invoke callbacks within code cross iframe

// iframe.html
async function method(obj) {
    return obj.a + await obj.b();
}

// index.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题