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
When an active context is initialized, the value of the original base URL is initialized from the original documentUrl of the document containing the initial context . This is necessary when resetting the active context by setting it to null to retain the original default base IRI .
What about when there is no documentUrl? Is it null, or is it the current base IRI? The documentUrl field is only relevant when the LoadDocumentCallback has been used.
This also impacts compact() step 3, and expand() step 4.