feat: close ordered pairs and property codec batches
This commit is contained in:
83
config/chrome-property-direction-verification.json
Normal file
83
config/chrome-property-direction-verification.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"status": "pass",
|
||||
"browserId": "chrome",
|
||||
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/150.0.0.0 Safari/537.36",
|
||||
"crossOriginIsolated": true,
|
||||
"ui": {
|
||||
"inputTypes": [
|
||||
"number",
|
||||
"number",
|
||||
"number"
|
||||
],
|
||||
"labels": [
|
||||
"Normal x",
|
||||
"Normal y",
|
||||
"Normal z"
|
||||
],
|
||||
"beforeValue": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 1
|
||||
},
|
||||
"afterValue": {
|
||||
"x": 0.25,
|
||||
"y": -0.5,
|
||||
"z": 1.5
|
||||
},
|
||||
"documentVersion": 4,
|
||||
"dirty": true,
|
||||
"objectState": "touched",
|
||||
"errors": []
|
||||
},
|
||||
"persistence": {
|
||||
"mode": "sqlite-opfs",
|
||||
"sqliteWasm": true,
|
||||
"opfs": true,
|
||||
"savedMode": "sqlite-opfs",
|
||||
"loadedValue": {
|
||||
"x": 0.25,
|
||||
"y": -0.5,
|
||||
"z": 1.5
|
||||
},
|
||||
"loadedType": "App::PropertyDirection",
|
||||
"checkpointVersion": 4,
|
||||
"recoveryIntegrity": "ok",
|
||||
"fcstdElement": "PropertyVector",
|
||||
"fcstdValue": "{\"x\":0.25,\"y\":-0.5,\"z\":1.5}"
|
||||
},
|
||||
"resource": {
|
||||
"byteLength": 33,
|
||||
"roundTrip": true,
|
||||
"released": true,
|
||||
"markerRemoved": true
|
||||
},
|
||||
"worker": {
|
||||
"constructed": [
|
||||
{
|
||||
"name": "bitbybit-persistence",
|
||||
"url": "http://127.0.0.1:43033/src/facade/persistenceWorker.ts?worker_file&type=module"
|
||||
}
|
||||
],
|
||||
"requestTypes": [
|
||||
"initialize",
|
||||
"save-document",
|
||||
"load-document",
|
||||
"load-checkpoint",
|
||||
"recovery-report",
|
||||
"put-resource",
|
||||
"get-resource",
|
||||
"release-resource",
|
||||
"get-resource",
|
||||
"dispose"
|
||||
],
|
||||
"terminated": [
|
||||
"bitbybit-persistence"
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"shapeCount": 0,
|
||||
"kernelReferenceCount": 0,
|
||||
"workerTerminated": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user