mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-04-09 11:01:05 -04:00
Add some comments of missing features
This commit is contained in:
@@ -15,6 +15,20 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// missing features to wrap:
|
||||
// App.post and all other methods - requires good templating?
|
||||
// req.getParam(int)
|
||||
// req.getUrl()
|
||||
// res.onData(JS function)
|
||||
// res.write
|
||||
// res.tryEnd
|
||||
// req.onAbort ?
|
||||
// ws.getBufferedAmount()
|
||||
// ws.close(lalala)
|
||||
// ws.?
|
||||
// test so that we pass Autobahn with compression/without compression with SSL/without SSL
|
||||
// split addon in different separate headers
|
||||
|
||||
/* We are only allowed to depend on µWS and V8 in this layer. */
|
||||
#include "App.h"
|
||||
#include <v8.h>
|
||||
|
||||
Reference in New Issue
Block a user