Refactor <webview> tag tests (#12886)
This commit is contained in:
parent
cc2cd95ec5
commit
fc34076c2b
7 changed files with 632 additions and 635 deletions
8
spec/fixtures/module/preload.js
vendored
8
spec/fixtures/module/preload.js
vendored
|
@ -1 +1,7 @@
|
|||
console.log([typeof require, typeof module, typeof process, typeof Buffer].join(' '))
|
||||
const types = {
|
||||
require: typeof require,
|
||||
module: typeof module,
|
||||
process: typeof process,
|
||||
Buffer: typeof Buffer
|
||||
}
|
||||
console.log(JSON.stringify(types))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue