feat: make ipc-message and ipc-message-sync events public (#16468)

This commit is contained in:
Milan Burda 2019-01-22 17:47:58 +01:00 committed by Michelle Tilley
parent dbc5f67dca
commit 6cba2c50a2
7 changed files with 82 additions and 26 deletions

View file

@ -651,7 +651,7 @@ describe('<webview> tag', function () {
})
describe('ipc-message event', () => {
it('emits when guest sends a ipc message to browser', async () => {
it('emits when guest sends an ipc message to browser', async () => {
loadWebView(webview, {
nodeintegration: 'on',
src: `file://${fixtures}/pages/ipc-message.html`