0
Under review

Can somebody tell me which design pattern(architecture) is used for example library, it looks really good.

Ganesh Jagdale fa 9 anys actualitzat fa 9 anys 2
Under review
I am not sure what it should be called...
http://en.wikipedia.org/wiki/Software_design_pattern
No abstract creational patterns used, I think. It's just a portable library used by all the platform specific example browsers. Depends on reflection to work!
Yes reflection plays key role there, Thanks for your response.