We’re having our end of summer party. We’re going to see thousands of swift birds fly into a chimney for the night! So excited.
Things we did:
- Body
- Body mixin methods are now supported!
- Fetch
- Fetch method is now supported too!
- Malisa
- Spent the morning categorizing
fetch/api/basic
tests. >90% of failing tests were due tofetch is not defined
. The remaining two failures were due toassert_equals: Request.text() should decode data as UTF-8
andassert_equals: Response.text() should decode data as UTF-8 expected
. In the afternoon fetch got merged into master, so I retestedresponse
andbasic
at that point….now there is a lot ofassert_equals: Request.text() should decode data as UTF-8 expected
andassert_equals: Response's type is basic expected "basic" but got "default"
. Started trying to figure out what’s wrong with body’stext()
Looked intorequest/request-consume.html
and/basic/text-utf8.html
….not sure how to fix!
- Spent the morning categorizing
- Jeena
- Started writing a blog post that is a secret yet!
TODO:
- Test Curation
- Possibly update because fetch and body are now merged.