From 34ff3e672185fba4e2b606681314a92dabe5d908 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Wed, 16 Dec 2015 09:50:43 -0500 Subject: [PATCH] Update README.md documentation --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0616fe7..62f4e50 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ dom.js rpc.js - + This file is intended to handle DOM objects via jx.dom namespace. The namespace will rely on DOM object identifiers (ID) with a few exceptions of radio & checkboxes. The handling is mostly around getting and setting data on various attributes. The focus of a dom object is mostly centered around a single DOM object, @@ -20,7 +20,9 @@ This implementation is designed by W3C specifications of HTML5 and will integrat In addition we tried to mildly specify preconditions for executions of functions -This file is designed to handle http requests post, get, put of data and submitting form data as well as uploading of files. The interface we have chosen is intended to be simple: +This file is designed to handle http requests post, get, put of data and submitting form data as well. + +HttpClient.instance is a factory class provided to access to the interface and provide the functionality