Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Romo.xhr and Romo.urlSearch API methods/utilities #6

Merged
merged 1 commit into from
Dec 17, 2020
Merged

Conversation

kellyredding
Copy link
Member

These are wrappers around XMLHttpRequest and URLSearchParams
and provide a more-convenient API for working with these native Web
APIs.

imagegtfbe

These are wrappers around `XMLHttpRequest` and `URLSearchParams`
and provide a more-convenient API for working with these native Web
APIs.
@kellyredding kellyredding merged commit 9e79ab0 into main Dec 17, 2020
@kellyredding kellyredding deleted the kr/xhr branch December 17, 2020 14:02
kellyredding added a commit that referenced this pull request Dec 29, 2020
* add Romo.xhr and Romo.urlSearch API methods/utilities #6
* prep for adding Romo.XHR DOM component #7
  - add Romo.Queue utility 7c3af6f
  - add Page handling utilities and API 0797105
  - add all lifecycle events to Romo.XMLHttpRequest and Romo.xhr API a0d6236
* switch to using Lighttpd web server to host tests #8
* add Romo.Spinner DOM component #9
  - add Romo.batchSetStyle 35db5f0
  - add Romo.dom(...).find method 119a0dd
  - add Romo.DOMComponent bae class b7ecd4b
  - break out test/support/tests.js into a separate script 5d2e1eb
  - add Romo.Spinner DOM component fade321
* add Romo.XHR DOM component #10
* add Romo.PageMQ and Romo.PageState #11
* add Romo.FuzzySearch #12
* add Romo.ChildElementSet and API #13
* rework XHR handling in prep for Romo.Form component that submits using XHR #14
  - move flash alert handling into Romo.XMLHttpRequest utility handling 2d607ae
  - rename Romo.XHR `_onCall` -> `_onCallOn` 0d1bfe3
  - move XHR `reloadPageOn` behavior to Romo.XMLHttpRequest utility d86d805
  - move XHR error handling to Romo.XMLHttpRequest utility 030b911
* add Romo.Form DOM component #15
  - rework Romo.DOM enumerator methods to emit DOM objects by default dae9a45
  - add Romo.Form DOM component a0f567c
  - update Romo.Form XHR GET submits to redirect the page by default 4a4971b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants