[w3c/webpayments-payment-apps-api] `appRequest` attribute should not be a dictionary (#111)

`PaymentRequestEvent.idl` contains the following declaration:

    readonly attribute PaymentAppRequest appRequest;

According to https://heycam.github.io/webidl/#idl-dictionaries, "Dictionaries must not be used as the type of an attribute or constant." Originally filed in http://crbug.com/702581.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webpayments-payment-apps-api/issues/111

Received on Friday, 17 March 2017 13:27:57 UTC