All public logs
From Devguid
Combined display of all available logs of Devguid. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:23, 3 April 2023 Frla talk contribs created page Javascript (Created page with "== Samples == === Preventing tab from freezing === <syntaxhighlight> var lockResolver; if (navigator && navigator.locks && navigator.locks.request) { const promise = new Promise((res) => { lockResolver = res; }); navigator.locks.request('unique_lock_name', { mode: "shared" }, () => { return promise; }); } </syntaxhighlight> [https://learn.microsoft.com/en-us/aspnet/core/signalr/javascript-client?view=aspnetcore-7.0&tabs=visual-st...")