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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ILookerConnection type to add pushHistory and options arguments to the load methods. These arguments were previously implemented but inadvertently omitted from the type definition.
Add alternate load methods to ILookerConnection that accept the loadIdParams object. The loadIdParams object accepts id, pushHistory, connection options and a new params objects. This allows calling functions to pass additional parameters along with the id when using load functionality.