canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

The fall-through-cache demo is broken #452

Closed chasenlehara closed 5 years ago

chasenlehara commented 5 years ago

The demo under https://canjs.com/doc/can-connect/fall-through-cache/fall-through-cache.html#Demo is broken with the error:

Error: Could not load 'can-util/dom/events/removed/removed'
Is this an npm module not saved in your package.json?
    at eval (https://canjs.com/node_modules/steal/ext/npm-extension.js:400:20)Error: 404 : https://canjs.com/can-util/dom/events/removed/removed.js

The module [can-util/dom/events/removed/removed] couldn't be fetched.
Clicking the link in the stack trace below takes you to the import.
See https://stealjs.com/docs/StealJS.error-messages.html#404-not-found for more information.

I think the right thing to do is update the demo so it doesn’t use can-util.

I think the real-time demo is the only other one that also needs to be updated.