PresentationConnection.idl does not have url attribute. Need to add it to match latest spec:
https://w3c.github.io/presentation-api/#interface-presentationconnection
interface PresentationConnection : EventTarget {
readonly attribute DOMString id;
readonly attribute DOMString url;
readonly attribute PresentationConnectionState state;
...
}
Comment 1 by mfo...@chromium.org
, Oct 7 2016