Enable comments
Contents

Create an appendable data
Example
Save the appendable data

Last updated
Was this helpful?


Last updated
Was this helpful?
Was this helpful?
POST /appendable-datawindow.safeAppendableData.create(this._authToken, this._getLocation(), false)_getLocation () {
if (this._isDevMode() && this._data.user.dns) {
return `comments-dev-${this._data.user.dns}/${window.location.pathname}`
}
return `${this._hostName}/${window.location.pathname}`
}blog.testing//post.htmlPUT /appendable-data/:handleIdwindow.safeAppendableData.put(this._authToken, handleId)