Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zxlie/FeHelper
/ isNumeric
Function
isNumeric
apps/page-timing/content-script.js:107–109 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
105
};
106
107
function
isNumeric(n) {
108
return
!isNaN(parseFloat(n)) && isFinite(n);
109
}
110
111
// 获取资源加载性能数据
112
function
getResourceTiming() {
Callers
1
content-script.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected