Skip to content

finom/Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •