Refactor <webview> tag tests (#12886)

This commit is contained in:
Alexey Kuzmin 2018-05-15 01:00:49 +03:00 committed by Charles Kerr
parent cc2cd95ec5
commit fc34076c2b
7 changed files with 632 additions and 635 deletions

View file

@ -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))