replace all web-view code with webview
This commit is contained in:
parent
1085c28612
commit
c75a1f08fd
21 changed files with 33 additions and 33 deletions
|
|
@ -1,8 +1,8 @@
|
|||
'use strict'
|
||||
|
||||
const WebViewImpl = require('./web-view')
|
||||
const WebViewImpl = require('./webview')
|
||||
const guestViewInternal = require('./guest-view-internal')
|
||||
const webViewConstants = require('./web-view-constants')
|
||||
const webViewConstants = require('./webview-constants')
|
||||
const {remote} = require('electron')
|
||||
|
||||
// Helper function to resolve url set in attribute.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue