rsnext/test/integration/ondemand
JJ Kasper bf69357f27 Remove onDemandEntries WebSocket server in favor of EventSource connection (#6354)
After talking with @timneutkens it was decided it'd be more streamlined to replace the onDemandEntries WebSocket with an alternative. Using the EventSource connection gives us these benefits over the WebSocket one:

- less code needed
- no extra server running
- no extra config for onDemandEntries
2019-02-19 21:58:47 +01:00
..
components Fix dynamic import page navigation (#4842) 2018-07-26 12:38:45 +02:00
pages Even more reliable error-recovery tests (#5284) 2018-09-26 01:04:15 +02:00
test Remove onDemandEntries WebSocket server in favor of EventSource connection (#6354) 2019-02-19 21:58:47 +01:00
next.config.js Implement "on demand entries" (#1111) 2017-02-26 11:45:16 -08:00