fetch() function does not auto-update, unless entire Redpoint server is restarted #3
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Redpoint/Redpoint#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In most cases, when a page or component uses a
fetch()function, it auto updates if the place it pulls from was also updated - such as an API endpoint or a general JSON response.For example, this doesn't work:
In the meantime, having the page or component auto-update the response with a
setInterval()function will work:This issue has been resolved in v1.2.0 of Redpoint, introducing a new
Fetch()function that'll be put to use.