You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Before we parse new data clear old but only on 200
if(options.clearPreviousData){
kb.removeDocument(options.resource)
}
Running updater.update() fails on insert with error but still can't figure out what editing protocol it supports.
This is due to the fact that the current response is stored before being deleted just after.
The text was updated successfully, but these errors were encountered:
PR modified removeDocument() to also remove metadata.
The consequence is that for example
fetcher.load()
withoptions.clearPreviousData=true
removes also metadata.rdflib.js/src/fetcher.ts
Lines 2005 to 2008 in 6ab4f04
Running
updater.update()
fails on insert with errorbut still can't figure out what editing protocol it supports
.This is due to the fact that the current response is stored before being deleted just after.
The text was updated successfully, but these errors were encountered: