Johan Brandhorst
5a07f70561
Update to go binary
2018-10-14 15:31:09 +01:00
Johan Brandhorst
e481a67ae8
Use innerText instead of innerHTML to discourage XSS risks
...
Roberto Clapis (@empijei) pointed out to me that using innerHTML for
unformatted text is bad practice, so I've switched to using innerText
and SetTextContent instead.
2018-08-17 10:26:43 +01:00
Johan Brandhorst
3300d60d77
Remove div package
2018-08-14 09:13:41 +01:00
Johan Brandhorst
0d5389317f
Remove gRPC example, add some simpler examples
2018-08-11 20:55:13 +01:00
Johan Brandhorst
c7ec9fde8c
Use custom for of grpc-go and unify client and server
2018-06-25 15:48:55 +01:00
Johan Brandhorst
d8c7440fdb
Add context test to fetch
2018-05-28 22:29:06 +01:00
Johan Brandhorst
b31231ab0a
Update fetch testing
2018-05-28 11:41:53 +01:00
Johan Brandhorst
8725450750
Move Fetch Transport to separate repo
2018-05-13 15:59:25 +01:00
Johan Brandhorst
5b0c630b59
Implement Fetch as http.Transport
2018-05-13 00:32:28 +01:00
Johan Brandhorst
b4fb14ace9
Use callback value to fix panic!
2018-05-12 21:36:27 +01:00
Johan Brandhorst
8e3e7d54de
Couple small changes
...
Add extra HTTP verbs, Generate verb string representation,
disallow body for GET, HEAD, Use more pointers.
2018-05-12 21:31:00 +01:00
Johan Brandhorst
70424ed5a8
Try to call Fetch with a callback
2018-05-12 15:07:59 +01:00
Johan Brandhorst
5c7c23d888
Add experimental Fetch API package
2018-03-02 21:26:42 +00:00