Skip to content

Added Request Parameter

Pre-release
Pre-release
Compare
Choose a tag to compare
@CMEONE CMEONE released this 10 Mar 05:52
· 33 commits to main since this release

The request object now includes the path of the request. Below is an example of a request:

{
	type: "GET",
	path: "#/custom/Custom%20Text%20Here"
	referrer: "#/",
	data: {
		text: "Custom Text Here"
	}
}