Skip to content
Ingvar Stepanyan edited this page Aug 27, 2013 · 5 revisions

jBinary supports dynamic loading via AMD too:

<script>
require(['jBinary'], function (jBinary) {
	// ...your code goes here...
})
</script>
Clone this wiki locally