Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about Electron

Electron DOM and the label

May 25, 2021 10:00 0 Comment Electron

Example, Example, Label properties, Method, DOM event, Use, webview, tab to embed 'guest' content , such as web pages , into your Electron app. Guest content is included, webview, container., A page embedd

Electron DOM File object

May 25, 2021 10:00 0 Comment Electron

Electron DOM File object, File, object, To enable users to manipulate local files directly through HTML5's file API, doM's File interface provides abstractions of local files.,

Electron automatic update feature autoUpdater

May 25, 2021 10:00 0 Comment Electron

Different platforms, Different platforms, Method, autoUpdater, Enable automatic updates for applications., Procedure: main, The autoUpdater module provides an interface for the, Squirrel, framework.,

Electron Interactive Interpreter (REPL)

May 25, 2021 10:00 0 Comment Electron

Electron Interactive Interpreter (REPL), Read(Read)-Eval-Output (Print)-Loop (REPL) is a simple, interactive computer programming environment that uses a single user input, operations, and re

Electron off-screen rendering

May 25, 2021 10:00 0 Comment Electron

Two rendering modes, Two rendering modes, Use, Offline rendering allows you to get the contents of a browser window in a bitmap, so you can render anywhere, such as textures in a 3D scene., Off-scr

Electron glossary

May 25, 2021 10:00 0 Comment Electron

NSIS, NSIS, The glossary, This document illustrates some of the terminology that is often used in Electron development., ASAR, ASAR stands for Atom Shell Archive

Electron uses the Pepper Flash plug-in

May 25, 2021 10:00 0 Comment Electron

Keep a copy of the Flash plug-in, Keep a copy of the Flash plug-in, Add the switch of the plug-in in Electron, Enable <webview> hashtags, Electron now supports the Pepper Flash plug-in., To use the Pepper Flash plug-in in Electron, you need to manually set the path to Pepper Flash and en

Electron DevTools extension

May 25, 2021 10:00 0 Comment Electron

DevTools extended format, DevTools extended format, Background pages, chrome.* APIs, To make debugging easier,, Electron natively supports Chrome DevTools Extension., For most DevTools extensions, you can download the source code direc

Electron app module

May 25, 2021 11:00 0 Comment Electron

The list of events, The list of events, The list of methods, App modules, are designed to control the lifecycle of the entire app., The following example shows how to exit the app when the last window is closed:

Electron autoUpdater module

May 25, 2021 11:00 0 Comment Electron

Platform-related tips, Platform-related tips, The list of events, The list of methods, This module provides an interface, to the Squirrel, automatic update framework., Platform-related tips, Although, the autoUpdater, module provides a s

Electron BrowserWindow module

May 25, 2021 11:00 0 Comment Electron

Class: BrowserWindow, Class: BrowserWindow, Event, Method, The instance property, The instance method, The BrowserWindow, class gives you the power to create a browser window., For example:, // In the main process., const BrowserWindow = require('electr

Electron contentTracing module

May 25, 2021 11:00 0 Comment Electron

Method, Method, content-tracing, module is used to collect search data generated by the underlying Chrome content module., This module does not have a web interface,

Electron dialog module

May 25, 2021 11:00 0 Comment Electron

Method, Method, Keyboard characters that can be used, dialog, module provides api to display native system dialog boxes, such as open file boxes, alert boxes, so web applications can give users the same e

Electron global-shortcut module

May 25, 2021 11:00 0 Comment Electron

Methods, Methods, global-shortcut, module can easily set (register/log off) shortcuts for various custom actions., Note, : Shortcuts registered with this module are sys

Electron ipcMain module

May 25, 2021 11:00 0 Comment Electron

Send a message, Send a message, Listen for messages, The event object, ipcMain, module is an, example of eventEmitter., W, hen it is used in the main process, it controls asynchronous or synchronized messages sent by the