@glowjs/core 2025.11.22 → 2025.12.24-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/glow.core.d.ts +4 -0
- package/dist/glow.core.js +1 -1
- package/package.json +1 -1
package/dist/glow.core.d.ts
CHANGED
|
@@ -6268,6 +6268,10 @@ export declare function getJson(url: string, onProgress?: (progress: number) =>
|
|
|
6268
6268
|
* @returns 交点
|
|
6269
6269
|
*/
|
|
6270
6270
|
export declare function getLineIntersection(line1: Line, line2: Line): Point;
|
|
6271
|
+
/**
|
|
6272
|
+
* 获取当前页面的根地址,避免iframe跨域问题
|
|
6273
|
+
*/
|
|
6274
|
+
export declare function getOrigin(): string;
|
|
6271
6275
|
/**
|
|
6272
6276
|
* 获取URL指定名称的参数值
|
|
6273
6277
|
* @param name 参数名称
|