CARVIEW |
Select Language
HTTP/2 200
date: Tue, 29 Jul 2025 05:51:05 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/parse-community/Parse-SDK-JS.git
etag: W/"fd21f24bfc45fcc35e2c3ef2ff16743e"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=iOaHqA1F8Ar6XaqjdJNKpGjGlzfr9EbDOOfOr8KajMIyFm2e5pl6VHEGha6NfgY%2FvKu3VHBWjLHq1qtmjyQy4ZNeeXOfw8yjDYiEkWBwlEtc7GwNLeIUKqRbq36byqX%2BFD9M4DuMJ%2FSYaiv5Ra0yQaLPJy9G6cgwbrGa6zxDosJP%2FV%2BwrSwcdko08UGOTWO3Vg56DFQGM5cY%2BMtN7bmsktt7lXmEG19zwB%2FuPdxAsPj%2FvdC3%2FrW3xtI9YXjoO8%2FkDUl5g8UUoAhDVJeabiTXdw%3D%3D--cyKssrDUAWCeeKQe--o4b8WUPzwWUZsFlp2LiwaQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.385730472.1753768264; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 05:51:04 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 29 Jul 2026 05:51:04 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8126:22A039:3D1F2C:519B46:68886148
fix: Remove validation error handler option `error` from various meth… · parse-community/Parse-SDK-JS@52ddaee · GitHub
Copy file name to clipboardExpand all lines: integration/test/ParseACLTest.js
Copy file name to clipboardExpand all lines: integration/test/ParseObjectTest.js
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 598
Commit 52ddaee
authored
BREAKING CHANGE: Removes the error handler option `error` from `Parse.Object.set`, `Parse.Object.setACL`, `Parse.Object.unset`, `Parse.Role.setName` and instead throws on validation error. Previously, if the `error` option was set, the handler was invoked if a validation error occurred on `Parse.Object.set`, and if no handler was set, an error was thrown on `Parse.Object.save`. The new behavior is that an error is thrown at `Parse.Object.set`. For example, instead of using `Parse.Object.set(key, value, { error: ... })` wrap `Parse.Object.set(key, value)` into a `try/catch` block.
1 parent fa34827 commit 52ddaeeCopy full SHA for 52ddaee
File tree
Expand file treeCollapse file tree
9 files changed
+136
-106
lines changedFilter options
- integration/test
- src
- __tests__
- types
Expand file treeCollapse file tree
9 files changed
+136
-106
lines changedintegration/test/ParseACLTest.js
Copy file name to clipboardExpand all lines: integration/test/ParseACLTest.js+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
|
integration/test/ParseObjectTest.js
Copy file name to clipboardExpand all lines: integration/test/ParseObjectTest.js+45-18Lines changed: 45 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
546 | 546 |
| |
547 | 547 |
| |
548 | 548 |
| |
549 |
| - | |
| 549 | + | |
| 550 | + | |
550 | 551 |
| |
551 |
| - | |
552 |
| - | |
553 |
| - | |
554 |
| - | |
555 |
| - | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
561 |
| - | |
562 |
| - | |
563 |
| - | |
564 |
| - | |
565 |
| - | |
566 |
| - | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
567 | 563 |
| |
568 | 564 |
| |
569 | 565 |
| |
| |||
1135 | 1131 |
| |
1136 | 1132 |
| |
1137 | 1133 |
| |
1138 |
| - | |
1139 |
| - | |
1140 |
| - | |
1141 |
| - | |
1142 | 1134 |
| |
1143 |
| - | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
1144 | 1171 |
| |
1145 | 1172 |
| |
1146 | 1173 |
| |
|
+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
|
+39-44Lines changed: 39 additions & 44 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
140 |
| - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 |
| |
142 | 146 |
| |
143 | 147 |
| |
| |||
733 | 737 |
| |
734 | 738 |
| |
735 | 739 |
| |
736 |
| - | |
| 740 | + | |
737 | 741 |
| |
738 |
| - | |
| 742 | + | |
739 | 743 |
| |
740 | 744 |
| |
741 | 745 |
| |
| |||
804 | 808 |
| |
805 | 809 |
| |
806 | 810 |
| |
807 |
| - | |
808 |
| - | |
809 |
| - | |
810 |
| - | |
811 |
| - | |
812 |
| - | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
813 | 814 |
| |
814 | 815 |
| |
815 | 816 |
| |
| |||
831 | 832 |
| |
832 | 833 |
| |
833 | 834 |
| |
834 |
| - | |
| 835 | + | |
835 | 836 |
| |
836 |
| - | |
| 837 | + | |
837 | 838 |
| |
838 | 839 |
| |
839 | 840 |
| |
| |||
845 | 846 |
| |
846 | 847 |
| |
847 | 848 |
| |
848 |
| - | |
| 849 | + | |
849 | 850 |
| |
850 |
| - | |
| 851 | + | |
851 | 852 |
| |
852 | 853 |
| |
853 | 854 |
| |
| |||
863 | 864 |
| |
864 | 865 |
| |
865 | 866 |
| |
866 |
| - | |
| 867 | + | |
867 | 868 |
| |
868 |
| - | |
| 869 | + | |
869 | 870 |
| |
870 | 871 |
| |
871 | 872 |
| |
| |||
881 | 882 |
| |
882 | 883 |
| |
883 | 884 |
| |
884 |
| - | |
| 885 | + | |
885 | 886 |
| |
886 |
| - | |
| 887 | + | |
887 | 888 |
| |
888 | 889 |
| |
889 | 890 |
| |
| |||
893 | 894 |
| |
894 | 895 |
| |
895 | 896 |
| |
896 |
| - | |
| 897 | + | |
897 | 898 |
| |
898 |
| - | |
| 899 | + | |
899 | 900 |
| |
900 | 901 |
| |
901 | 902 |
| |
| |||
906 | 907 |
| |
907 | 908 |
| |
908 | 909 |
| |
909 |
| - | |
| 910 | + | |
910 | 911 |
| |
911 |
| - | |
| 912 | + | |
912 | 913 |
| |
913 | 914 |
| |
914 | 915 |
| |
| |||
919 | 920 |
| |
920 | 921 |
| |
921 | 922 |
| |
922 |
| - | |
| 923 | + | |
923 | 924 |
| |
924 |
| - | |
| 925 | + | |
925 | 926 |
| |
926 | 927 |
| |
927 | 928 |
| |
| |||
931 | 932 |
| |
932 | 933 |
| |
933 | 934 |
| |
934 |
| - | |
| 935 | + | |
935 | 936 |
| |
936 |
| - | |
| 937 | + | |
937 | 938 |
| |
938 | 939 |
| |
939 | 940 |
| |
| |||
943 | 944 |
| |
944 | 945 |
| |
945 | 946 |
| |
946 |
| - | |
| 947 | + | |
947 | 948 |
| |
948 |
| - | |
| 949 | + | |
949 | 950 |
| |
950 | 951 |
| |
951 | 952 |
| |
| |||
1099 | 1100 |
| |
1100 | 1101 |
| |
1101 | 1102 |
| |
1102 |
| - | |
| 1103 | + | |
1103 | 1104 |
| |
1104 | 1105 |
| |
1105 | 1106 |
| |
| |||
1124 | 1125 |
| |
1125 | 1126 |
| |
1126 | 1127 |
| |
1127 |
| - | |
| 1128 | + | |
1128 | 1129 |
| |
1129 | 1130 |
| |
1130 |
| - | |
| 1131 | + | |
1131 | 1132 |
| |
1132 | 1133 |
| |
1133 | 1134 |
| |
| |||
1154 | 1155 |
| |
1155 | 1156 |
| |
1156 | 1157 |
| |
1157 |
| - | |
| 1158 | + | |
1158 | 1159 |
| |
1159 |
| - | |
| 1160 | + | |
1160 | 1161 |
| |
1161 | 1162 |
| |
1162 | 1163 |
| |
| |||
1320 | 1321 |
| |
1321 | 1322 |
| |
1322 | 1323 |
| |
1323 |
| - | |
| 1324 | + | |
1324 | 1325 |
| |
1325 | 1326 |
| |
1326 | 1327 |
| |
| |||
1337 | 1338 |
| |
1338 | 1339 |
| |
1339 | 1340 |
| |
1340 |
| - | |
1341 | 1341 |
| |
1342 | 1342 |
| |
1343 |
| - | |
1344 |
| - | |
1345 |
| - | |
1346 |
| - | |
1347 |
| - | |
1348 |
| - | |
1349 |
| - | |
1350 |
| - | |
| 1343 | + | |
1351 | 1344 |
| |
1352 | 1345 |
| |
1353 | 1346 |
| |
| |||
1985 | 1978 |
| |
1986 | 1979 |
| |
1987 | 1980 |
| |
1988 |
| - | |
| 1981 | + | |
| 1982 | + | |
| 1983 | + | |
1989 | 1984 |
| |
1990 | 1985 |
| |
1991 | 1986 |
| |
|
+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
|
+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
|
You can’t perform that action at this time.
0 commit comments