Electron Increases Promisification
Written by Kay Ewbank   
Monday, 05 August 2019

Better support for promisification is one of the improvements to the latest release of Electron, the open source framework for creating native applications with web technologies like JavaScript, HTML, and CSS

Electron, originally known as Atom Shell, was developed for GitHub's Atom text editor. It combines Chromium and Node.js into a single runtime, and apps can be packaged for Mac, Windows, and Linux. Both Atom and Electron were open sourced in 2014.

electronlogo

 

Electron 6.0 was released on the same day as the corresponding Chrome release, something the developers are rightly proud of. Because a lot of Electron's functionality comes from the core components of Chromium, Node.js, and V8, more up-to-date versions of those packages have been included with this release of Electron, so developers using Electron can make use of new JavaScript features, performance improvements, and security fixes.

The new version continues the modernization initiative started in 5.0 to improve Promise support, under which callback-based functions in Electron will be converted to return Promises. An extensive list of functions now return promises, while still in this release also supporting callback-based invocation. The list includes functions for content tracing, cookies, webcontents, webframes, and an extensive list of sessions functions.

Another set of changes have been made to enable the hardened runtime. This restricts things like writable-executable memory and loading code signed by a different Team ID. To make the hardened runtime work, special code signing entitlements needed to be granted to the Helper, so Chromium has added three new variants of the Helper app: one for renderers, one for the GPU process, and one for plugins. If you're codesigning your app with custom scripts, you need to make sure that the three new Helper applications are correctly codesigned.

Elsewhere, a new API for handling Chrome extensions has been added, and window handling has been improved for HTML5.

 

electronlogo

More Information

Electron Releases Website

Electron Website

Related Articles

Electron 5 Improves Packaged Apps  

Electron 4 Updates Chromium Support

Atom v Visual Studio Code - The Unexpected Consequence Of Consolidation

Electron 1.0 Released For Desktop Apps

Atom 1.5 Released 

Atom 1.1 Released

Atom 1.0 - GitHub's Hackable Editor Becomes Stable
Visual Studio Code - Now With Added Extensions

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Redis Changes License, Rival Fork Launched
03/04/2024

The developers of Redis have announced that they are changing the licensing model for the database. From now on, all future versions of Redis will be released with source-available licenses rather tha [ ... ]



Angular and Wiz To Merge
27/03/2024

Two web development frameworks used at Google are merging. One, Angular is open source and widely known, while the other, Wiz, is an internal web framework developed and used by Google for some o [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info