You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
console.warn('DEPRECATED: "doc" middleware action. Use "readSnapshots" instead. Pass `disableDocAction: true` option to ShareDB to disable the "doc" action and this warning.');
// Shim for backwards compatibility with deprecated middleware action name.
84
91
// The action 'after submit' is now 'afterSubmit'.
85
92
Backend.prototype._shimAfterSubmit=function(){
93
+
if(warnDeprecatedAfterSubmit){
94
+
warnDeprecatedAfterSubmit=false;
95
+
console.warn('DEPRECATED: "after submit" middleware action. Use "afterSubmit" instead. Pass `disableSpaceDelimitedActions: true` option to ShareDB to disable the "after submit" action and this warning.');
0 commit comments