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
query.execute takes in the accept type as an argument, while query.executeInTransaction takes in an options object with the accept type (and nothing else, for ex: { accept: 'text/turtle' }. This seems a bit strange as the options object for query.executeInTransaction seems to take nothing else.
The text was updated successfully, but these errors were encountered:
query.execute
takes in the accept type as an argument, whilequery.executeInTransaction
takes in an options object with the accept type (and nothing else, for ex: { accept: 'text/turtle' }. This seems a bit strange as the options object forquery.executeInTransaction
seems to take nothing else.The text was updated successfully, but these errors were encountered: