issues
search
canjs
/
can-zone
A context for tracking asynchronous activity in JavaScript applications.
https://v4.canjs.com/doc/can-zone.html
MIT License
91
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Put onloadend triggers in the right place (readystate = 4)
#199
bmomberger-bitovi
closed
1 year ago
0
Support fetch in zones, and create a fetch zone to capture/replay responses like XHR zone
#198
bmomberger-bitovi
closed
1 year ago
0
Add onloadend handler for zoned XHRs
#197
bmomberger-bitovi
closed
1 year ago
0
An in-range update of steal-tools is breaking the build 🚨
#196
greenkeeper[bot]
opened
4 years ago
4
[DO NOT MERGE] Test master build works
#195
m-mujica
closed
5 years ago
0
Prevent can-zone from creating circular errors
#194
m-mujica
closed
5 years ago
2
can-zone adds cycle to errors
#193
m-mujica
closed
5 years ago
0
Migrate to xenial in travis
#192
cherifGsoul
closed
5 years ago
0
Landscaper: QUnit2 upgrade
#191
cherifGsoul
opened
5 years ago
0
Update README generated by DoneJS
#190
chasenlehara
closed
5 years ago
0
Update mocha to the latest version 🚀
#189
greenkeeper[bot]
opened
5 years ago
15
Update testee to the latest version 🚀
#188
greenkeeper[bot]
closed
5 years ago
1
Update bit-docs to the latest version 🚀
#187
greenkeeper[bot]
opened
5 years ago
1
Update steal to the latest version 🚀
#186
greenkeeper[bot]
closed
5 years ago
4
Update steal-tools to the latest version 🚀
#185
greenkeeper[bot]
closed
5 years ago
4
Handle cases where onreadstatechange / onload
#184
matthewp
closed
6 years ago
0
Setting onreadystatechange / onload after send() is called results in Zone not completing
#183
matthewp
closed
6 years ago
0
Update steal-tools to the latest version 🚀
#182
greenkeeper[bot]
closed
6 years ago
6
Update steal to the latest version 🚀
#181
greenkeeper[bot]
closed
6 years ago
10
Adds use strict. Fixes canjs/canjs#4217
#180
Aosanders
closed
6 years ago
0
Fix webpack require warning
#179
matthewp
closed
6 years ago
0
can-component `beforeremove`-event does not fire with can-zone@0.6.13
#178
cleong-tc
opened
6 years ago
6
can-zone warns in a webpack build
#177
justinbmeyer
closed
6 years ago
3
Prevents errors thrown outside of the run promise from being swallowed
#176
matthewp
closed
6 years ago
0
Errors in event listeners that take place after the zone resolves get swallowed
#175
matthewp
closed
6 years ago
0
Update steal-mocha to the latest version 🚀
#174
greenkeeper[bot]
closed
6 years ago
1
Update testee to the latest version 🚀
#173
greenkeeper[bot]
closed
6 years ago
1
UnhandledPromiseRejectionWarning: Error: Logout timed out
#172
MarcGodard
opened
6 years ago
3
Allow providing a global to a Zone
#171
matthewp
closed
6 years ago
1
Version 10 of node.js has been released
#170
greenkeeper[bot]
closed
6 years ago
0
Allow can-zone to run in Worker contexts
#169
bmomberger-bitovi
closed
6 years ago
0
Adds cancelAnimationFrame
#168
matthewp
closed
6 years ago
0
Support cancelAnimationFrame
#167
matthewp
closed
6 years ago
0
fix: relative urls not matching XHR_CACHE
#166
cleong-tc
closed
6 years ago
0
fix: allow third-party library to also wrap events in strict-mode
#165
cleong-tc
closed
6 years ago
0
afterTask hook runs after timeout
#164
chasenlehara
opened
6 years ago
0
Cleanup markdown sample code
#163
christopherjbaker
closed
6 years ago
0
not trying to read EVENT_HANDLER of undefined
#162
phillipskevin
closed
6 years ago
1
removeEventListener throws when passed an undefined handler
#161
phillipskevin
closed
6 years ago
1
Update mocha to the latest version 🚀
#160
greenkeeper[bot]
closed
6 years ago
8
Wrap event handlers set with `on[event] = fn` syntax
#159
m-mujica
closed
6 years ago
0
Event listeners called via `onclick` syntax
#158
matthewp
closed
6 years ago
0
Update bit-docs to the latest version 🚀
#157
greenkeeper[bot]
closed
6 years ago
2
Move the break on timeout to happen when the async function is called
#156
matthewp
closed
6 years ago
0
Make can-zone/debug's break: true break on entering async functions.
#155
matthewp
closed
6 years ago
0
Add documentation on the afterTask hook
#154
matthewp
closed
6 years ago
0
Document the `globals` option
#153
matthewp
closed
6 years ago
0
Implements debug zone {break: true}
#152
matthewp
closed
6 years ago
1
Make Zone extensible
#151
matthewp
closed
6 years ago
0
WebSocket onmessage use zones to capture async behavior
#150
JaneOri
opened
7 years ago
0
Next