- From: Tobie Langel <notifications@github.com>
- Date: Thu, 02 Mar 2017 05:54:31 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <heycam/webidl/issues/188/283659008@github.com>
Here are all the interfaces I could find (thanks to [searchfox](http://searchfox.org/mozilla-central/search?q=jsonifier&path=dom%2Fwebidl)) which are using serializers: - [`PushSubscription`](https://w3c.github.io/push-api/#pushsubscription-interface) (custom) in [Push](https://w3c.github.io/push-api/) spec ([file issue](https://github.com/w3c/push-api/issues/new)) - [`MediaDeviceInfo`](https://w3c.github.io/mediacapture-main/getusermedia.html#idl-def-mediadeviceinfo) (own attributes) in [Media Capture and Streams](https://w3c.github.io/mediacapture-main/getusermedia.html) spec ([file issue](https://github.com/w3c/mediacapture-main/issues/new)) - [`Performance`](http://w3c.github.io/hr-time/#the-performance-interface) (own attributes) in [High Resolution Time Level 3](http://w3c.github.io/hr-time/) spec ([file issue](https://github.com/w3c/hr-time/issues/new)) - [`PerformanceEntry`](https://w3c.github.io/performance-timeline/#dom-performanceentry) (own attributes) in [Performance Timeline Level 2](https://w3c.github.io/performance-timeline/) spec ([file issue](https://github.com/w3c/performance-timeline/issues/new)) - [`PerformanceNavigation`](https://w3c.github.io/navigation-timing/#the-performancenavigation-interface) (own attributes) in [Navigation Timing Level 2](https://w3c.github.io/navigation-timing/) spec ([file issue](https://github.com/w3c/navigation-timing/issues/new)) - [`PerformanceTiming`](https://w3c.github.io/navigation-timing/#the-performancetiming-interface) (own attributes) in [Navigation Timing Level 2](https://w3c.github.io/navigation-timing/) spec ([file issue](https://github.com/w3c/navigation-timing/issues/new)) - [`PerformanceNavigationTiming`](https://w3c.github.io/navigation-timing/#dom-performancenavigationtiming) (own and inherited attributes) in [Navigation Timing Level 2](https://w3c.github.io/navigation-timing/) spec ([file issue](https://github.com/w3c/navigation-timing/issues/new)) - [`PerformanceResourceTiming`](https://w3c.github.io/resource-timing/#idl-def-performanceresourcetiming) (own and inherited attributes) in [Resource Timing Level 3](https://w3c.github.io/resource-timing/) spec ([file issue](https://github.com/w3c/resource-timing/issues/new)) - [`RTCSessionDescription`](http://w3c.github.io/webrtc-pc/#idl-def-rtcsessiondescription) (own attributes) in [WebRTC 1.0: Real-time Communication Between Browsers](http://w3c.github.io/webrtc-pc/) spec ([file issue](https://github.com/w3c/webrtc-pc/issues/new)) - [`RTCIceCandidate`](http://w3c.github.io/webrtc-pc/#idl-def-rtcicecandidate) (custom) in [WebRTC 1.0: Real-time Communication Between Browsers](http://w3c.github.io/webrtc-pc/) spec ([file issue](https://github.com/w3c/webrtc-pc/issues/new)) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/188#issuecomment-283659008
Received on Thursday, 2 March 2017 13:55:30 UTC