Revision 217dcf139f92410b556f50f420d4e4cefa85bf86 authored by Adam Rice on 27 February 2017, 19:51:55 UTC, committed by Domenic Denicola on 27 February 2017, 19:51:55 UTC
Use the name "ReadableStreamDefaultReader" for the default reader in tests to
match the standard. Also change the test filenames from readable-stream-reader.*
to default-reader.*.
1 parent ebff944
Raw File
serve
#!/usr/bin/env python
import serve

if __name__ == "__main__":
    serve.main()
back to top