* Returns the unique identifier used to reference this module. * @returns {string} a unique identifier of the module
()
| 114 | * @returns {string} a unique identifier of the module |
| 115 | */ |
| 116 | identifier() { |
| 117 | return `delegated ${JSON.stringify(this.request)} from ${ |
| 118 | this.sourceRequest |
| 119 | }`; |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Returns a human-readable identifier for this module. |