Skip to content

Commit

Permalink
Merge pull request #1889 from riganti/fix-RegisterModuleScript-obsolete
Browse files Browse the repository at this point in the history
Remove Obsolete attribute from RegisterScriptModule
  • Loading branch information
exyi authored Dec 1, 2024
2 parents 1b8d606 + 79bd52c commit d5dbfc9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public static LinkResourceBase RegisterScriptFile(
/// <summary> Registers a <see cref="ScriptModuleResource" /> from the specified file.
/// The file can be anywhere in the filesystem, it does not have to be in the wwwroot folder.
/// DotVVM will handle its serving, caching, ... automatically </summary>
[Obsolete("<script type='module'> is always deferred, the attribute does nothing")]
public static LinkResourceBase RegisterScriptModuleFile(
this DotvvmResourceRepository repo,
string name,
Expand All @@ -88,7 +87,7 @@ public static LinkResourceBase RegisterScriptModuleFile(
/// <summary> Registers a <see cref="ScriptModuleResource" /> from the specified file.
/// The file can be anywhere in the filesystem, it does not have to be in the wwwroot folder.
/// DotVVM will handle its serving, caching, ... automatically </summary>
[Obsolete("<script type='module'> is always deferred, the attribute does nothing")]
[Obsolete("<script type='module'> is always deferred, the attribute does nothing. Please remove the defer parameter.")]
public static LinkResourceBase RegisterScriptModuleFile(
this DotvvmResourceRepository repo,
string name,
Expand Down

0 comments on commit d5dbfc9

Please sign in to comment.