Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Jan 28, 2024
1 parent 43de84f commit 760eb45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ renderMethodPreflightTestOn: html
onClick: ((JSStream on:('fetch(<1p>, {method: "DELETE"})' expandMacrosWith: url asString))
call: 'then'
with: self successHandlerFunction
with: self errorHandlerFunction;
call: 'catch'
with: self catchErrorHandlerFunction);
with: self errorHandlerFunction);
with: text.
html space ] ]
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ renderSimpleRequestTestOn: html
((JSStream on: ('fetch(<1p>)' expandMacrosWith: url asString))
call: 'then'
with: self successHandlerFunction
with: self errorHandlerFunction;
call: 'catch'
with: self catchErrorHandlerFunction);
with: self errorHandlerFunction);
with: text.
html space ] ]

0 comments on commit 760eb45

Please sign in to comment.