@absolutejs/absolute 0.19.0-beta.709 → 0.19.0-beta.710

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -325,6 +325,10 @@ var ensureHead = (doc) => {
325
325
  const seedDoc = typeof adapter.createHtmlDocument === "function" ? adapter.createHtmlDocument() : typeof adapter.getDefaultDocument === "function" ? adapter.getDefaultDocument() : null;
326
326
  if (seedDoc) {
327
327
  patchElementLayout(seedDoc);
328
+ const probe = seedDoc.createElement("div");
329
+ if (typeof probe.getBoundingClientRect !== "function") {
330
+ console.warn("[Angular Patch] Layout shim did not stick on probe element prototype chain");
331
+ }
328
332
  }
329
333
  } catch (error) {
330
334
  console.warn("[Angular Patch] Could not eagerly patch Element prototypes:", error);
@@ -5055,5 +5059,5 @@ export {
5055
5059
  handleAngularPageRequest
5056
5060
  };
5057
5061
 
5058
- //# debugId=CA232BE3410C565564756E2164756E21
5062
+ //# debugId=3CFD68838FF9376C64756E2164756E21
5059
5063
  //# sourceMappingURL=server.js.map