Philipp Mitterer

Results 4 issues of Philipp Mitterer

Why does NativeAjax [parse the response](https://github.com/akre54/Backbone.NativeAjax/blob/master/backbone.nativeajax.js#L23) based on the provided accept header and only uses `content-type` if no custom accept header was specified? If I provide an accept header like...

change

I created a little test to demonstrate the issue: ```javascript const chai = require('chai'); const chaiHttp = require('chai-http'); const chaiDom = require('chai-dom'); const jsdom = require('jsdom'); const expect = chai.expect;...

`$el.attr({checked: true})` results in the following html `` which is [not allowed in HTML5](https://www.w3.org/TR/html5/infrastructure.html#boolean-attributes). jquery handles this case correctly. jquery: https://codepen.io/phmitterer/pen/QvBXgE?editors=1111 zepto: https://codepen.io/phmitterer/pen/KmBjmN?editors=1111

Enhancement
Needs tests

- [x] Check if updating to the latest Preact version resolves the issue **Describe the bug** We use `ErrorBoundary` and `lazy` from [preact-iso](https://github.com/preactjs/preact-iso/blob/1337db0f2807ae362fb5e71e9cbc8ced55979d31/src/lazy.js) for code-splitting our application but still being...