can-connect icon indicating copy to clipboard operation
can-connect copied to clipboard

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.

Results 62 can-connect issues
Sort by recently updated
recently updated
newest added
trafficstars

Likely implemented as part of #304. Currently can-connect connection options are stored in the top-most object in the connection prototype chain. This is somewhat unintuitive since options are subject to...

enhancement

We have an issue with our DoneJS project where IE11 routing doesn't work under some conditions. Based on recomendation by one of your devs on gitter, we include corejs in...

When using `can/constructor-hydrate/constructor-hydrate` behaviour and trying to create two instances without an id, we get into an infinite loop. Also notice that connection's `instanceStore` contains an item with a key...

I have noticed that the stache renderer does not fire until after server data is returned even though I am using fall through cache. The getList Promise does return the...

bug

It should be able to work w/o params for something like: ``` Session.get() ```

enhancement
ready
easy
p3

The build scripts should be updated to be consistent with those of the rest of the can-* packages. The features that should be added are - [ ] build to...

With the rework currently being done to can-connect, we have an opportunity to redesign the interface to make usage with ES2015 classes easy as well as other ease of use...

enhancement

The docs in this section don’t match the demo: https://canjs.com/doc/can-connect/real-time/real-time.html#Example - `addListReference` isn’t called - `Object.observe` isn’t used - `update` function doesn’t exist - `can-util/dom/events/events` is used to listen for...

documentation

For #133: If `can/map` is being used alongside `fall-through-cache`, new attributes will be added to `Map`s and `List`s. - `isConsistent()` will return true if the data is actively in sync...

in progress