0
À l'étude

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

Ganesh Jagdale il y a 10 ans mis à jour il y a 10 ans 2
À l'étude
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.