- Notifications
You must be signed in to change notification settings - Fork 2k
Description
Hi there,
I really like this project and appreciate your effort on this. After a quick code review , I found out there are some existing features that haven't been documented, and few possibilities that have been ignored.
For example, setting 'X-PJAX-URL' in the response header can change the the replacement URL(undocumented). Or setting 'fragment' in options can control which part of the response to replace when the response is the whole page(starting with <html>
) (undocumented). The code also strictly disable cross origin requests (restriction), and force the user to use anchors as the only way to invoke the pjax request (restriction).
Are they features for the future developments? Should the contributors work on the documentation, or they'd better help to complete these features?
Thanks in advance for clarifying the situation.