Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.02 KB

README.md

File metadata and controls

10 lines (9 loc) · 1.02 KB

Functions No Maintenance Intended

This repository contains few functions that help in deciding of certain problems.

  • Class contains two functions that represents simplest class implementation. First is classical inheritance second is multiple inheritance (one class can has multiple parents).
  • FunctionCallEvent is Function method that can be used to decorate another functions (eg call your function before another function is called).
  • InlineWorker allows to use Web Workers inside your main script without making additional worker js file.
  • ObjectStorage allows to work with Web Storage as with simple object.
  • Wait function if you want to run your async functions in turn and forget about spaghetti code.
  • WithEmu "with" statement emulation.