Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ off
Method
off
test/lib/next-modes/base.ts:940–942 ·
view source on GitHub ↗
(event: Event, cb: (...args: any[]) => any)
Source
from the content-addressed store, hash-verified
938
}
939
940
public off(event: Event, cb: (...args: any[]) => any) {
941
this.events[event]?.delete(cb)
942
}
943
944
protected emit(event: Event, args: any[]) {
945
this.events[event]?.forEach((cb) => {
Callers
15
withRequestMetrics
Function · 0.45
cleanup
Function · 0.45
ep
Function · 0.45
Page
Function · 0.45
Page
Function · 0.45
handleResponse
Function · 0.45
handleFailure
Function · 0.45
act
Function · 0.45
onRequest
Function · 0.45
captureResponse
Function · 0.45
prerenderedCallback
Method · 0.45
readyCb
Method · 0.45
Calls
1
delete
Method · 0.45
Tested by
5
done
Function · 0.36
waitForServer
Function · 0.36
onStdout
Function · 0.36
onError
Function · 0.36
onExit
Function · 0.36