vtils

Home > utils > getCurrentScript

getCurrentScript() function

返回当前正在运行的脚本所属的 <script> 元素。有两点限制:

Signature:

export declare function getCurrentScript(): HTMLScriptElement | null;

Returns:

HTMLScriptElement | null