Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const { fromPartition } = process._linkedBinding('electron_browser_session');
export default {
fromPartition,
get defaultSession () {
return fromPartition('');
}
};