es6

  1. MayoMayn

    [ES6 - axios] - Copying static ES6 class

    I'm trying to create a new axios instance with default params assigned. The baseURL is appended, but not the params: I have a static HTTP class that I clone with options for an axios instance: static create(options: Object = {}): Object { // See comment for class cloning...
  2. MayoMayn

    Show DevBest [ES6 - JS] Secure Session Management

    Well, I saw some folks on here who wanted to get some knowledge about JavaScript from scratch. I wrote two components for my Electron app, and I then decided just to release them as a separate thread so that other people can enjoy this. It uses the CryptoJS module by Google for encrypting and...
Top