Skip to content

Commit

Permalink
Deploying to gh-pages from @ 40f8e82 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Jan 3, 2025
1 parent 93825a0 commit c13e985
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2254,7 +2254,7 @@ declare namespace $ {
uri( ): string
loading( ): string
decoding( ): string
cors( ): string
cors( ): any
natural_width( ): number
natural_height( ): number
load( next?: any ): any
Expand Down
2 changes: 1 addition & 1 deletion node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6805,7 +6805,7 @@ var $;
return "async";
}
cors(){
return "anonymous";
return null;
}
natural_width(){
return 0;
Expand Down
2 changes: 1 addition & 1 deletion node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6796,7 +6796,7 @@ var $;
return "async";
}
cors(){
return "anonymous";
return null;
}
natural_width(){
return 0;
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $mol_image $mol_view
alt <= title
loading <= loading \eager
decoding <= decoding \async
crossOrigin <= cors \anonymous
crossOrigin <= cors null
attr *any
^
width <= natural_width 0
Expand Down
2 changes: 1 addition & 1 deletion web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@ declare namespace $ {
uri( ): string
loading( ): string
decoding( ): string
cors( ): string
cors( ): any
natural_width( ): number
natural_height( ): number
load( next?: any ): any
Expand Down
2 changes: 1 addition & 1 deletion web.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5526,7 +5526,7 @@ var $;
return "async";
}
cors(){
return "anonymous";
return null;
}
natural_width(){
return 0;
Expand Down
2 changes: 1 addition & 1 deletion web.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $mol_image $mol_view
alt <= title
loading <= loading \eager
decoding <= decoding \async
crossOrigin <= cors \anonymous
crossOrigin <= cors null
attr *any
^
width <= natural_width 0
Expand Down

0 comments on commit c13e985

Please sign in to comment.