facekapow / sync-require

A hackish *real* browser side require function (part of my old project uploads)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sync_require

A hackish real browser side require function.

This (of course) uses XMLHttpRequest in synchronous mode. The problem with this is that: a) Synchronous XMLHttpRequests are deprecated, and b) if the network or the server, etc is slow, it WILL hang the UI.

About

A hackish *real* browser side require function (part of my old project uploads)

License:MIT License


Languages

Language:JavaScript 83.5%Language:HTML 16.5%