Built-In Namespace _global_
Field Attributes | Field Name and Description |
---|---|
wrap.js
Wrap provides the proxy object that is exposed to the server.
|
Method Attributes | Method Name and Description |
---|---|
generateClientLibs(hostServer, hostPort, callback)
|
|
handleResponse(request, response)
|
|
Now()
|
|
ScopeTable(data)
|
|
serveFile(filename, request, response, options)
|
Field Detail
Proxy
wrap.js
Wrap provides the proxy object that is exposed to the server.
Changes/additions to the object's properties and nested objects
trigger the store function to be called.
Defined in: proxy.js.
Defined in: proxy.js.
Method Detail
generateClientLibs(hostServer, hostPort, callback)
Defined in: fileServer.js.
- Parameters:
- hostServer
- hostPort
- callback
handleResponse(request, response)
Defined in: fileServer.js.
- Parameters:
- request
- response
Now()
Defined in: now.js.
ScopeTable(data)
Defined in: scopeTable.js.
- Parameters:
- data
serveFile(filename, request, response, options)
Defined in: fileServer.js.
- Parameters:
- filename
- request
- response
- options