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

When trying to use `can-connect` as an interface for localStorage only, no HTTP calls, `.getAll({})` results in `{message: "no data", error: 404}`. This is the connection behavior I am using:...

The `serialize` method of `can/ref` doesn't work properly with `can-define/map`.

This pull request was created with [Landscaper](https://github.com/bitovi/landscaper). The following code mods were used to create this PR: 1. **detect-cycles-codemod** Please review this PR carefully as Landscaper does not guarantee any...

help wanted
in progress
needs a hero

Epic for a new version of `can-connect`. This epic needs to be renamed to the actual version number. 😊 Related issues: https://github.com/canjs/can-connect/issues/247 - superMap should allow overriding behaviors to be...

Epic

@frank-dspeed commented on [Mon Jul 24 2017](https://github.com/canjs/canjs/issues/3444) > or if your using async values that are undefined at first like a promis always return the promis directly and use isResolved...

p2
documentation

We've had several ideas on how to improve can-connect behavior ordering: - algorithmically order behaviors based on their requirements - create a connection "pipeline" of "stages" that behaviors define themselves...

enhancement
p2

[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/canjs/can-connect-feathers?branch=master&svg=true)](https://ci.appveyor.com/project/matthewp/can-connect-feathers) [![Coverage status](https://coveralls.io/repos/github/canjs/can-connect-feathers/badge.svg?branch=master)](https://coveralls.io/github/canjs/can-connect-feathers?branch=master)

p3

For #271, the automatic addition of `data/callbacks` when the `real-time` behavior is used, was a desired feature of can-connect, and necessitated some way for real-time to declare that it needed...

in progress

This PR covers the use of Service Workers for managing data through can-connect. Service workers are a new technology that allows caching, indexing, and manipulation of data outside the scope...

# Goals: - allow modification of existing can-connect behavior chains (via insertion and replacement) # API: - newBehaviour.insertAfter(existingBehaviour, behaviourChain) where existingBehaviour is a 'behaviorName' string or behaviour mixin instance matching...