MCPcopy Index your code
hub / github.com/FastForwardTeam/FastForward / unsafelyAssign

Function unsafelyAssign

src/js/injection_script.js:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return true
55 },
56 unsafelyAssign = target => {
57 navigated = true
58 window.onbeforeunload = null
59 location.assign(target)
60 },
61 unsafelyNavigate = target => {
62 if (navigated) {
63 return

Callers 2

unsafelyNavigateFunction · 0.85
safelyAssignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected