window driver by janat08 · Pull Request #883 · cyclejs/cyclejs

@janat08

  • There exists an issue discussing the need for this PR
  • I added new tests for the issue I fixed or built
  • I used pnpm run commit instead of git commit

###--------------------------------------------------------###
feat(dom): window driver for events

Window driver following examples set in dom driver for domsource and etc. Has no documentation as it
was metioned that this might go into repository of its own rather than official one at first.

BREAKING CHANGE:
none

ISSUES CLOSED: #568
###--------------------------------------------------------###

@janat08

###--------------------------------------------------------###
feat(dom): window driver for events

Window driver following examples set in dom driver for domsource and etc. Has no documentation as it
was metioned that this might go into repository of its own rather than official one at first.

BREAKING CHANGE:
none

ISSUES CLOSED: cyclejs#568
###--------------------------------------------------------###

@janat08 janat08 changed the title WIP: window driver window driver

Apr 12, 2019

@janat08

For some reason there're CI errors on lint, whereas on local it errors on a bunch of packages. I had karma working week before, and now it's not anymore with Error: You need to include some adapter that implements __karma__.start method. From what I remember those tests indeed pass. I couldn't get special handler for resize events to work with strict types.

@janat08

Do you want this a separate package?

@janat08

id rather use cypress or something.