Patrick Kaufmann

Results 2 issues of Patrick Kaufmann

### Description When shadydom is used custom events fired onto document do not work: Example: ``` // never gets event document.addEventListener('my-custom-event', function(e) { console.log(e) }) document.dispatchEvent(new CustomEvent('my-custom-event', {bubbles: true, detail:...

Type: Bug
Focus Area: Standards & Polyfills
wontfix

The + sign would not get encoded, but decoded, resulting in a space, which in turn resulted in invalid parameters on the server side. This should fix this issue https://github.com/swagger-api/swagger-codegen/issues/7747....