loadUrl enhancements #134

Merged
robinnorth merged 2 commits from feature/loadurl-enhancements into master 2018-03-06 05:06:39 -05:00
robinnorth commented 2018-03-04 11:03:50 -05:00 (Migrated from github.com)
  • Make options parameter optional
  • Allow partial overriding of instance options when calling loadUrl directly
  • Make requestOptions optional
  • Document loadUrl usage and provide examples

Closes #130

- Make `options` parameter optional - Allow partial overriding of instance options when calling `loadUrl` directly - Make `requestOptions` optional - Document `loadUrl` usage and provide examples Closes #130
BehindTheMath (Migrated from github.com) reviewed 2018-03-04 22:21:56 -05:00
BehindTheMath (Migrated from github.com) commented 2018-03-04 22:21:56 -05:00

Should (options) be [options] to signify it's optional?

Should `(options)` be `[options]` to signify it's optional?
robinnorth (Migrated from github.com) reviewed 2018-03-05 04:32:22 -05:00
robinnorth (Migrated from github.com) commented 2018-03-05 04:32:22 -05:00

That's what the extra brackets are for, but will change to the JSDoc syntax.

That's what the extra brackets are for, but will change to the JSDoc syntax.
BehindTheMath (Migrated from github.com) approved these changes 2018-03-05 22:09:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: iLoveElysia/pjax#134