diff --git a/api/@internal/component/ets/web.d.ts b/api/@internal/component/ets/web.d.ts index 195a5345bce5968eb33c9458cd4abd4d6d15223d..587cc8463f3d1c2cdb7584bc90ff1089b7dd0acf 100644 --- a/api/@internal/component/ets/web.d.ts +++ b/api/@internal/component/ets/web.d.ts @@ -1369,15 +1369,6 @@ declare class WebAttribute extends CommonMethod { */ fileAccess(fileAccess: boolean): WebAttribute; - /** - * Sets whether javaScript running in the context of a file URL can access content from other file URLs. - * @param fileFromUrlAccess {@code true} means enable a file URL can access other file URLs; - * {@code false} otherwise. - * - * @since 9 - */ - fileFromUrlAccess(fileFromUrlAccess: boolean): WebAttribute; - /** * Sets whether to allow image resources to be loaded from the network. * @param onlineImageAccess {@code true} means the Web can allow image resources to be loaded from the network;