* Removes a property value combination from this resource, does not store the * remove action in Commit
(propertyUrl: string)
| 242 | * remove action in Commit |
| 243 | */ |
| 244 | removePropValLocally(propertyUrl: string): void { |
| 245 | this.propvals.delete(propertyUrl); |
| 246 | } |
| 247 | |
| 248 | /** |
| 249 | * Commits the changes and sends the Commit to the resource's `/commit` |