mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Add fixme for sync ipc
This commit is contained in:
@@ -9,6 +9,7 @@ const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
const getExtensionMetadata = () => {
|
||||
// FIXME(kevinsawicki) Either cache this or don't use sync IPC to obtain it
|
||||
return ipcRenderer.sendSync('CHROME_I18N_MANIFEST', chrome.runtime.id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user