NodeGuy / server-date

Make the server's clock available in the browser.
http://www.nodeguy.com/serverdate/
Mozilla Public License 2.0
193 stars 53 forks source link

ServerDate can be loaded with RequireJS. #2

Closed NodeGuy closed 11 years ago

NodeGuy commented 12 years ago

http://requirejs.org/

NodeGuy commented 12 years ago

ServerDate is dependent on the timing of the script loading, which RequireJS doesn't guarantee.

NodeGuy commented 12 years ago

ServerDate is no longer dependent on the timing with the switch to Navigation Timing so this is interesting again.

NodeGuy commented 11 years ago

No, this is not going to happen because it relies on the SCRIPT element.