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
Should be linked somehow - i.e. update of one updates the other. Could we simply hard-wire data object together? That seems like it might disrupt things (e.g. child data can have different document).
Alternatively, could just maintain list of claimed URLs (we already do this for fragments), so once you've fetched the composite data first, then a call to "fetchData(...)" would return part of that document.
Only trust parent URLs, so could we search through the cache to find possible candidates, avoiding a central registry?
The text was updated successfully, but these errors were encountered:
Setting in
Jsonary.config
to turn off.Should be linked somehow - i.e. update of one updates the other. Could we simply hard-wire data object together? That seems like it might disrupt things (e.g. child data can have different document).
Alternatively, could just maintain list of claimed URLs (we already do this for fragments), so once you've fetched the composite data first, then a call to "fetchData(...)" would return part of that document.
Only trust parent URLs, so could we search through the cache to find possible candidates, avoiding a central registry?
The text was updated successfully, but these errors were encountered: