mirror of
https://github.com/nathanp/crypto-price-widget.git
synced 2025-11-05 18:58:54 -05:00
9 lines
290 B
JavaScript
9 lines
290 B
JavaScript
// This file is required by the index.html file and will
|
|
// be executed in the renderer process for that window.
|
|
// All of the Node.js APIs are available in this process.
|
|
// Do this from the renderer process
|
|
/*
|
|
var notif = new window.Notification('Download Complete', {
|
|
body: "yolo"
|
|
})
|
|
*/ |