ko4j/src/main/java/org/netbeans/html/ko4j/LoadJSON.java
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Fri, 25 Jul 2014 08:34:50 +0200 Request status 0 is also sign of failure
Thu, 24 Jul 2014 15:48:44 +0200 status higher than 400 is an error, so report it as error
Wed, 04 Jun 2014 14:54:53 +0200 Adding missing +
Wed, 04 Jun 2014 14:37:10 +0200 Consistently use request && r rather than this & response
Wed, 04 Jun 2014 10:27:22 +0200 this may not be the right object, refering to scope variable. response is new invention, if it is missing, try responseText
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Thu, 09 Jan 2014 20:39:23 +0100 ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped.
Thu, 09 Jan 2014 15:03:34 +0100 Renaming to ko4j as now the support is trully generic