Index

Properties

Methods

Properties

public url: string

Methods

public getContent(callback: (content: string, encoding: string) => void)

Parameters

  • callback: (content: string, encoding: string) => void

public setContent(content: string, commit: boolean, callback?: (error: Object) => void)

Parameters

  • content: string
  • commit: boolean
  • callback?: (error: Object) => void optional