ckeditor / ckeditor4-benderjs-runner

Bender.js runner for CKEditor 4
Other
1 stars 3 forks source link

IE support #6

Open f1ames opened 3 years ago

f1ames commented 3 years ago

Frontend runner uses fetch API to send tests results to backend server. This means it will not work on any IE browser. We could go with feature detection here and use other method if fetch is not available.