UNPKG

nemeeting-electron-sdk

Version:

NetEase Meeting Electron SDK

8 lines 181 B
"use strict"; var shell = require('electron').shell; function downloadFileByUrl(url) { shell.openExternal(url); } module.exports = { downloadFileByUrl: downloadFileByUrl, };