mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: don't expose CallbacksRegistry as an internal module (#14389)
This commit is contained in:
committed by
Shelley Vohr
parent
0c4e7104cf
commit
3a79eacb6f
@@ -1,9 +1,10 @@
|
||||
'use strict'
|
||||
|
||||
const v8Util = process.atomBinding('v8_util')
|
||||
const {ipcRenderer, isPromise, CallbacksRegistry} = require('electron')
|
||||
const {ipcRenderer, isPromise} = require('electron')
|
||||
const resolvePromise = Promise.resolve.bind(Promise)
|
||||
|
||||
const CallbacksRegistry = require('../callbacks-registry')
|
||||
const bufferUtils = require('../../common/buffer-utils')
|
||||
|
||||
const callbacksRegistry = new CallbacksRegistry()
|
||||
|
||||
Reference in New Issue
Block a user