- From: Philippe Le Hegaret <web-platform-tests-notifications@w3.org>
- Date: Wed, 07 Sep 2016 18:37:40 GMT
- To: public-web-platform-tests-notifications@w3.org
This seems correct to me. The definition doesn't use " [TreatNullAs=EmptyString], " http://w3c.github.io/media-source/#idl-def-mediasource-addsourcebuffer(domstring) Therefore toString(null) applies, per http://heycam.github.io/webidl/#es-DOMString toString(null) will return "null", per https://tc39.github.io/ecma262/#sec-tostring. View on GitHub: https://github.com/w3c/web-platform-tests/pull/3653#issuecomment-245376192
Received on Wednesday, 7 September 2016 18:37:57 UTC