Skip to content

Commit

Permalink
Merge branch 'baseline' of https://github.com/bahrus/be-reformable in…
Browse files Browse the repository at this point in the history
…to baseline
  • Loading branch information
bahrus committed Nov 16, 2024
1 parent 0c2df25 commit a84ce45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion be-reformable.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class BeReformable extends BE {
resolvedBaseURL: {ro: true},
headerFields: {},
fetchOptions: {},
//headerFieldValues: {ro: true}
isFetchReady: {ro: true},
},
compacts:{
when_updateOn_changes_invoke_hydrate: 0,
Expand Down Expand Up @@ -200,6 +200,9 @@ class BeReformable extends BE {
const {enhancedElement, fetchOptions} = self;
const {action} = enhancedElement;
enhancedElement.dispatchEvent(new BeFetchingEvent(action, fetchOptions));
return /** @type {PAP} */({
isFetchReady: true
});
}


Expand Down
2 changes: 1 addition & 1 deletion ts-refs
Submodule ts-refs updated from f48ab2 to da3d6f

0 comments on commit a84ce45

Please sign in to comment.